summaryrefslogtreecommitdiff
path: root/plugins/mate
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-06 09:50:38 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-06 09:50:38 +0000
commita7ae83ff953200dff01910a06fc925b346a6dbc5 (patch)
treedcf99e2bf553a86ffb5882c2d4fd9c13934c449f /plugins/mate
parent4c99756f6e5d15fda2124be99411b8ce7f2793dd (diff)
downloadwireshark-a7ae83ff953200dff01910a06fc925b346a6dbc5.tar.gz
Don't bother setting XXX_FILES to empty strings.
svn path=/trunk/; revision=47513
Diffstat (limited to 'plugins/mate')
-rw-r--r--plugins/mate/Makefile.common16
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/mate/Makefile.common b/plugins/mate/Makefile.common
index 2ba2805be0..4009ddb5bc 100644
--- a/plugins/mate/Makefile.common
+++ b/plugins/mate/Makefile.common
@@ -29,30 +29,18 @@ PLUGIN_NAME = mate
#
# Files generated by Flex.
#
-FLEX_GENERATED_DISSECTOR_C_FILES =
-
-FLEX_GENERATED_DISSECTOR_CPP_FILES =
-
FLEX_GENERATED_SUPPORT_C_FILES = \
mate_parser.c
-FLEX_GENERATED_SUPPORT_CPP_FILES =
-
FLEX_GENERATED_HEADER_FILES = \
mate_parser_lex.h
#
# Files generated by Lemon.
#
-LEMON_GENERATED_DISSECTOR_C_FILES =
-
-LEMON_GENERATED_DISSECTOR_CPP_FILES =
-
LEMON_GENERATED_SUPPORT_C_FILES = \
mate_grammar.c
-LEMON_GENERATED_SUPPORT_CPP_FILES =
-
LEMON_GENERATED_HEADER_FILES = \
mate_grammar.h
@@ -60,8 +48,6 @@ LEMON_GENERATED_HEADER_FILES = \
DISSECTOR_C_FILES = \
packet-mate.c
-DISSECTOR_CPP_FILES =
-
# 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").
@@ -70,8 +56,6 @@ SUPPORT_C_FILES = \
mate_runtime.c \
mate_util.c
-SUPPORT_CPP_FILES =
-
# Headers.
CLEAN_HEADER_FILES = \
mate.h \