aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dfilter
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-03-13 10:15:36 +0000
committerJörg Mayer <jmayer@loplof.de>2004-03-13 10:15:36 +0000
commitb7803c8fc6f77187d92dd23fb9b2c31529f66b41 (patch)
treebce6fd882bee0752d03e590b4171487f301a9cb3 /epan/dfilter
parent2c024a94e3bf7e7c0922f0473776c257c3636e1e (diff)
Make libethereal and libwiretap shared libs.
svn path=/trunk/; revision=10368
Diffstat (limited to 'epan/dfilter')
-rw-r--r--epan/dfilter/Makefile.am10
1 files changed, 3 insertions, 7 deletions
diff --git a/epan/dfilter/Makefile.am b/epan/dfilter/Makefile.am
index d15a4e47cb..0561374419 100644
--- a/epan/dfilter/Makefile.am
+++ b/epan/dfilter/Makefile.am
@@ -1,6 +1,6 @@
# Makefile.am
#
-# $Id: Makefile.am,v 1.9 2001/03/05 22:53:39 gram Exp $
+# $Id: Makefile.am,v 1.10 2004/03/13 10:15:36 jmayer Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -21,11 +21,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# We produce an archive library. In the future, when libethereal is a
-# shared library, this will be linked into libethereal. While libethereal
-# is an archive library, any executable linking against libethereal will
-# also need to link against libftypes.
-noinst_LIBRARIES = libdfilter.a
+noinst_LTLIBRARIES = libdfilter.la
CLEANFILES = \
libdfilter.a \
@@ -33,7 +29,7 @@ CLEANFILES = \
INCLUDES = -I$(srcdir)/../.. -I$(srcdir)/.. -I$(srcdir)/$(LEMON)
-libdfilter_a_SOURCES = \
+libdfilter_la_SOURCES = \
dfilter.c \
dfilter.h \
dfilter-int.h \