summaryrefslogtreecommitdiff
path: root/plugins/Makefile.common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Makefile.common.inc')
-rw-r--r--plugins/Makefile.common.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/Makefile.common.inc b/plugins/Makefile.common.inc
index 7f72d8348f..04ebe30835 100644
--- a/plugins/Makefile.common.inc
+++ b/plugins/Makefile.common.inc
@@ -144,11 +144,12 @@ GENERATED_SRC_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.
+# and can be run through checkAPI. Neither Flex-generated nor
+# Lemon-generated files can be guaranteed to be clean.
#
CLEAN_SRC_FILES = \
$(DISSECTOR_SRC_FILES) \
- $(LEMON_GENERATED_SRC_FILES)
+ $(SUPPORT_C_FILES)
#
# All C source files.