summaryrefslogtreecommitdiff
path: root/plugins/Makefile.common.inc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-06 03:30:02 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-06 03:30:02 +0000
commit91f023174abc57a9fff554d6b06d4233fb12c0e4 (patch)
treefb59c13d8fc40e1c159ab96e955c72461ff2fa72 /plugins/Makefile.common.inc
parent07546a727960771db593d9858b74d726b28074ec (diff)
downloadwireshark-91f023174abc57a9fff554d6b06d4233fb12c0e4.tar.gz
Lemon-generated files get API warnings as well.
Do, however, run the support files through checkAPI. svn path=/trunk/; revision=47509
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.