From b7803c8fc6f77187d92dd23fb9b2c31529f66b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Sat, 13 Mar 2004 10:15:36 +0000 Subject: Make libethereal and libwiretap shared libs. svn path=/trunk/; revision=10368 --- epan/dfilter/Makefile.am | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'epan/dfilter') 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 @@ -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 \ -- cgit v1.2.3