aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-12-18 21:39:19 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-12-18 21:39:19 +0000
commit6527f7110484792438bc9903c6b5ebd2ee26ee09 (patch)
treebbf421dd26dbe06c81fd13fffa2c55fe25c9aaa5 /plugins/mate
parent927e520b1af2a748ae9e5a7da75d97af68dd7168 (diff)
Repair distribution target.
svn path=/trunk/; revision=20147
Diffstat (limited to 'plugins/mate')
-rw-r--r--plugins/mate/Makefile.am11
-rw-r--r--plugins/mate/Makefile.common6
2 files changed, 6 insertions, 11 deletions
diff --git a/plugins/mate/Makefile.am b/plugins/mate/Makefile.am
index e520888202..1afebd35c8 100644
--- a/plugins/mate/Makefile.am
+++ b/plugins/mate/Makefile.am
@@ -37,17 +37,6 @@ mate_la_SOURCES = \
$(DISSECTOR_SUPPORT_SRC) \
$(DISSECTOR_INCLUDES)
-# mate.h \
-# mate_grammar.c \
-# mate_grammar.h \
-# mate_parser.c \
-# mate_runtime.c \
-# mate_setup.c \
-# mate_util.c \
-# mate_util.h \
-# moduleinfo.h \
-# packet-mate.c
-
mate_la_LDFLAGS = -module -avoid-version
mate_la_LIBADD = @PLUGIN_LIBS@
diff --git a/plugins/mate/Makefile.common b/plugins/mate/Makefile.common
index 97c68c0356..f5d9d764a3 100644
--- a/plugins/mate/Makefile.common
+++ b/plugins/mate/Makefile.common
@@ -30,6 +30,12 @@ PLUGIN_NAME = mate
DISSECTOR_SRC = \
packet-mate.c
+# corresponding headers
+DISSECTOR_INCLUDES = \
+ mate.h \
+ mate_grammar.h \
+ mate_util.h
+
# Dissector helpers. They're included in the source files in this
# directory, but they're not dissectors themselves, i.e. they're not
# used to generate "register.c").