aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mate/Makefile.common')
-rw-r--r--plugins/mate/Makefile.common19
1 files changed, 9 insertions, 10 deletions
diff --git a/plugins/mate/Makefile.common b/plugins/mate/Makefile.common
index 4009ddb5bc..2de809a29f 100644
--- a/plugins/mate/Makefile.common
+++ b/plugins/mate/Makefile.common
@@ -29,7 +29,7 @@ PLUGIN_NAME = mate
#
# Files generated by Flex.
#
-FLEX_GENERATED_SUPPORT_C_FILES = \
+FLEX_GENERATED_C_FILES = \
mate_parser.c
FLEX_GENERATED_HEADER_FILES = \
@@ -38,22 +38,21 @@ FLEX_GENERATED_HEADER_FILES = \
#
# Files generated by Lemon.
#
-LEMON_GENERATED_SUPPORT_C_FILES = \
+LEMON_GENERATED_C_FILES = \
mate_grammar.c
LEMON_GENERATED_HEADER_FILES = \
mate_grammar.h
-# Non-generated dissector sources (without any helpers)
-DISSECTOR_C_FILES = \
+# Non-generated sources to be scanned for registration routines
+REGISTER_C_FILES = \
packet-mate.c
-# Non-generated 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").
-SUPPORT_C_FILES = \
- mate_setup.c \
- mate_runtime.c \
+# Non-generated sources
+C_FILES = \
+ $(REGISTER_C_FILES) \
+ mate_setup.c \
+ mate_runtime.c \
mate_util.c
# Headers.