summaryrefslogtreecommitdiff
path: root/plugins/m2m/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/m2m/Makefile.common')
-rw-r--r--plugins/m2m/Makefile.common15
1 files changed, 7 insertions, 8 deletions
diff --git a/plugins/m2m/Makefile.common b/plugins/m2m/Makefile.common
index a212d49d04..677e3f448d 100644
--- a/plugins/m2m/Makefile.common
+++ b/plugins/m2m/Makefile.common
@@ -27,14 +27,13 @@
PLUGIN_NAME = m2m
# the dissector sources (without any helpers)
-DISSECTOR_SRC = \
+# Non-generated sources to be scanned for registration routines
+NONGENERATED_REGISTER_C_FILES = \
packet-m2m.c
-# corresponding headers
-DISSECTOR_INCLUDES =
-
-# 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").
-DISSECTOR_SUPPORT_SRC = \
+# Non-generated sources
+NONGENERATED_C_FILES = \
+ $(NONGENERATED_REGISTER_C_FILES) \
wimax_tlv.c
+
+include ../Makefile.common.inc