aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-05-25 17:22:32 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-05-25 17:22:32 +0000
commit11f06217ced22efb25ff4157216622ea24da7cab (patch)
tree2ff6203726b046cb044b2ba9f79980fd79fea61d /Makefile.common
parentc22f70ec1be27d319953eaa4e37e73fec6810d42 (diff)
Have editcap and capinfos loading the wiretap plugins.
epan/filesystem.c have get_plugin_dir() calling init_plugin_dir() if necessary epan/epan.c and epan/report_err.c move the report_failure family into the new report_err.c file, have epan_init() calling the initializer epan/plugins.h and epan/proto.c do not have init_plugins() calling the proto_reg functions instead do it in init_proto() gtk/main.c and tshark.c init_plugin_dir() has become suprefluous capinfos.c and editcap.c load the wiretap plugins Makefiles do what's needed to build withe the above changes. svn path=/trunk/; revision=21935
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common13
1 files changed, 12 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 5090d80538..5358531d08 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -207,7 +207,18 @@ mergecap_SOURCES = \
# editcap specifics
editcap_SOURCES = \
editcap.c \
- epan/crypt/crypt-md5.c
+ epan/crypt/crypt-md5.c \
+ epan/plugins.c \
+ epan/report_err.c \
+ epan/privileges.c \
+ epan/filesystem.c
+
+capinfos_SOURCES = \
+ capinfos.c \
+ epan/plugins.c \
+ epan/report_err.c \
+ epan/privileges.c \
+ epan/filesystem.c
# dftest specifics
dftest_SOURCES = \