summaryrefslogtreecommitdiff
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-06-04 18:33:21 +0000
committerGerald Combs <gerald@wireshark.org>2012-06-04 18:33:21 +0000
commita0c9661fa50c7872072b22c63a55320dd64b36b2 (patch)
tree7f5be38793372cf0e57bf034dd6cea91362b840c /wiretap/Makefile.am
parentf7b2ed37997d83d91d06be5c86b724b0af5604c3 (diff)
downloadwireshark-a0c9661fa50c7872072b22c63a55320dd64b36b2.tar.gz
There doesn't appear to be a way to convey the message "This library is
under development. Maybe you should use a stable version." via the version number. Use the next best thing and set each number to zero. svn path=/trunk/; revision=43073
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r--wiretap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 97ca343efd..390c885397 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -30,7 +30,7 @@ include Makefile.common
noinst_LTLIBRARIES = libwiretap_generated.la
lib_LTLIBRARIES = libwiretap.la
# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-libwiretap_la_LDFLAGS = -version-info 0:2:0 -export-symbols wtap.sym @LDFLAGS_SHAREDLIB@
+libwiretap_la_LDFLAGS = -version-info 0:0:0 -export-symbols wtap.sym @LDFLAGS_SHAREDLIB@
if HAVE_WARNINGS_AS_ERRORS
AM_NON_GENERATED_CFLAGS = -Werror