aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-08 05:31:13 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-08 05:31:13 +0000
commita52fedeece2fc40b06e115a6ac4a9122c805d2da (patch)
tree714c4f69e5d121b84810027f840d63873fd057cb /plugins/mate
parentddd4e48890cf16a469053b928690b11e02a3dd38 (diff)
Stick NONGENERATED_ in the front of the macros listing non-generated
files. Define C_FILES and CPP_FILES in Makefile.common.inc to include *all* C and C++ files, respectively, including generated files. svn path=/trunk/; revision=47557
Diffstat (limited to 'plugins/mate')
-rw-r--r--plugins/mate/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/mate/Makefile.common b/plugins/mate/Makefile.common
index 2de809a29f..8a84766a3d 100644
--- a/plugins/mate/Makefile.common
+++ b/plugins/mate/Makefile.common
@@ -45,12 +45,12 @@ LEMON_GENERATED_HEADER_FILES = \
mate_grammar.h
# Non-generated sources to be scanned for registration routines
-REGISTER_C_FILES = \
+NONGENERATED_REGISTER_C_FILES = \
packet-mate.c
# Non-generated sources
-C_FILES = \
- $(REGISTER_C_FILES) \
+NONGENERATED_C_FILES = \
+ $(NONGENERATED_REGISTER_C_FILES) \
mate_setup.c \
mate_runtime.c \
mate_util.c