aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-25 23:00:16 +0000
committerrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>2010-11-25 23:00:16 +0000
commit2f05ea2035c4c8be037dafde5e4887e20461038c (patch)
tree83cd4bac48bf24440b6d78dbc57b0d0e6c2cadbd /wsutil
parent6df2ef1c14859ab19830a1bcd4b75bbc7fab3ab8 (diff)
Add libtool version info to libwsutil.
From Eloy Paris <peloy@debian.org> http://svn.debian.org/wsvn/collab-maint/ext-maint/wireshark/branches/wireshark-1.4.x%2Blibseparation/debian/patches/25_libwsutil-version.patch git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35030 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am
index a813ee5ab7..9b00cee8d4 100644
--- a/wsutil/Makefile.am
+++ b/wsutil/Makefile.am
@@ -40,6 +40,7 @@ wsutil_optional_objects = \
@STRPTIME_LO@
lib_LTLIBRARIES = libwsutil.la
+libwsutil_la_LDFLAGS = -version-info 0:0:0 @LDFLAGS_SHAREDLIB@
INCLUDES = -I$(srcdir)/..