aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorOlivier Abad <oabad@noos.fr>1999-12-09 20:43:38 +0000
committerOlivier Abad <oabad@noos.fr>1999-12-09 20:43:38 +0000
commit564a1c1d6206191861c7f84cca6b3d67cbd4d95b (patch)
tree49c64c31482630cdc9a7b3f9c95d571e3e1cbcc8 /Makefile.am
parentd66ee4b1c45dd252456f06659ac564a9c1818cea (diff)
plugins support (i.e. Dynamically loadable dissectors)
depends on dlopen() being available on the target platform svn path=/trunk/; revision=1263
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b596543f8e..c387bfa84f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.130 1999/12/09 07:19:01 guy Exp $
+# $Id: Makefile.am,v 1.131 1999/12/09 20:41:23 oabad Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -186,6 +186,8 @@ ethereal_SOURCES = \
ipv4.h \
packet.c \
packet.h \
+ plugins.c \
+ plugins.h \
prefs.c \
prefs.h \
print.c \