aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.am
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-13 10:15:36 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-13 10:15:36 +0000
commitbabb716d9e9d7efdd5edaaa847f1f9c48fc04c23 (patch)
treebce6fd882bee0752d03e590b4171487f301a9cb3 /wiretap/Makefile.am
parent06c5774ae50a36461c420ca633a9d4f4bb2c07a1 (diff)
Make libethereal and libwiretap shared libs.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10368 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/Makefile.am')
-rw-r--r--wiretap/Makefile.am11
1 files changed, 5 insertions, 6 deletions
diff --git a/wiretap/Makefile.am b/wiretap/Makefile.am
index 61039955f5..f88b41935e 100644
--- a/wiretap/Makefile.am
+++ b/wiretap/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Wiretap
#
-# $Id: Makefile.am,v 1.50 2004/03/06 21:46:27 guy Exp $
+# $Id: Makefile.am,v 1.51 2004/03/13 10:15:36 jmayer Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -23,19 +23,18 @@
ACLOCAL_AMFLAGS = `../aclocal-flags`
-noinst_LIBRARIES = libwiretap.a
-
-#EXTRA_LIBRARIES = libwiretap.a
+lib_LTLIBRARIES = libwiretap.la
+libwiretap_la_LDFLAGS = -version-info 0:1:0
CLEANFILES = \
libwiretap.a \
*~
-MAINTAINERCLEANFILES = \
+MAINTAINERCLEANFILES = \
ascend-grammar.c \
ascend-grammar.h
-libwiretap_a_SOURCES = \
+libwiretap_la_SOURCES = \
airopeek9.c \
airopeek9.h \
ascend-grammar.y \