aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-12-02 08:30:29 +0000
committerGuy Harris <guy@alum.mit.edu>2013-12-02 08:30:29 +0000
commit0cc1545d05be6f655c950904b1da776190f3af16 (patch)
treeb82725615b527304bfb2e9e7d9f3b6dfc50ce7fd /Makefile.common
parentbaf569188ac49ad38912b82d23ff241321cd654f (diff)
Move most of the plugin code from epan to wsutil and remove all
knowledge of particular types of plugins. Instead, let particular types of plugins register with the common plugin code, giving a name and a routine to recognize that type of plugin. In particular applications, only process the relevant plugin types. Add a Makefile.common to the codecs directory. svn path=/trunk/; revision=53710
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common
index 5e2f255071..1462286479 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -147,8 +147,7 @@ mergecap_SOURCES = \
# editcap specifics
editcap_SOURCES = \
- editcap.c \
- $(WTAP_PLUGIN_SOURCES)
+ editcap.c
# reordercap specifics
reordercap_SOURCES = \
@@ -157,8 +156,7 @@ reordercap_SOURCES = \
# capinfos specifics
capinfos_SOURCES = \
- capinfos.c \
- $(WTAP_PLUGIN_SOURCES)
+ capinfos.c
# dftest specifics
dftest_SOURCES = \