aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-09 19:20:13 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-09 19:20:13 +0000
commitccadade2429e99c392da7ebbd9035719369e9c3b (patch)
tree8d58e971efa63fb52766bdfd040a188066670f23 /plugins
parent9c4e10838734021d8ba10d8987955fae073184b6 (diff)
Define GENERATED_HEADER_FILES in plugins/Makefile.common.inc.
svn path=/trunk/; revision=47592
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Makefile.common.inc7
-rw-r--r--plugins/mate/Makefile.common4
2 files changed, 7 insertions, 4 deletions
diff --git a/plugins/Makefile.common.inc b/plugins/Makefile.common.inc
index d8089b6992..f82cc004e7 100644
--- a/plugins/Makefile.common.inc
+++ b/plugins/Makefile.common.inc
@@ -106,6 +106,13 @@ GENERATED_SRC_FILES = \
$(LEMON_GENERATED_SRC_FILES)
#
+# All generated header files.
+#
+GENERATED_HEADER_FILES = \
+ $(FLEX_GENERATED_HEADER_FILES) \
+ $(LEMON_GENERATED_HEADER_FILES)
+
+#
# All "clean" source files; they can be compiled with the regular
# warning options, including -Werror with GCC-compatible compilers,
# and can be run through checkAPI. Neither Flex-generated nor
diff --git a/plugins/mate/Makefile.common b/plugins/mate/Makefile.common
index 85b346c981..8a84766a3d 100644
--- a/plugins/mate/Makefile.common
+++ b/plugins/mate/Makefile.common
@@ -44,10 +44,6 @@ LEMON_GENERATED_C_FILES = \
LEMON_GENERATED_HEADER_FILES = \
mate_grammar.h
-GENERATED_HEADER_FILES = \
- $(FLEX_GENERATED_HEADER_FILES) \
- $(LEMON_GENERATED_HEADER_FILES)
-
# Non-generated sources to be scanned for registration routines
NONGENERATED_REGISTER_C_FILES = \
packet-mate.c