aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-06-17 04:58:16 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-06-17 04:58:16 +0000
commit162382dcb1afe2db521cd42f9d5969ccc8af69cb (patch)
tree692ab7072d3a50f2f4d046ee6d0ae0131699e633 /Makefile.common
parentc4ba5ad2b0fab524a9545ec948b3465fbbcd7c30 (diff)
Have editcap and capinfos compile --without-plugins
Should go in 0.99.6 svn path=/trunk/; revision=22116
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile.common b/Makefile.common
index 1ff0d2e0f9..bbc50466f2 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -211,17 +211,11 @@ mergecap_SOURCES = \
editcap_SOURCES = \
editcap.c \
epan/crypt/crypt-md5.c \
- epan/plugins.c \
- epan/report_err.c \
- epan/privileges.c \
- epan/filesystem.c
+ $(WTAP_PLUGIN_SOURCES)
capinfos_SOURCES = \
capinfos.c \
- epan/plugins.c \
- epan/report_err.c \
- epan/privileges.c \
- epan/filesystem.c
+ $(WTAP_PLUGIN_SOURCES)
# dftest specifics
dftest_SOURCES = \