summaryrefslogtreecommitdiff
path: root/plugins/mate/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-02-06 03:33:45 +0000
committerGuy Harris <guy@alum.mit.edu>2013-02-06 03:33:45 +0000
commit379a400c8fc4be63da608165fcb6fa7f49062a4d (patch)
tree13ec6ca4c9bea489219035b280ceddb05cf5ef68 /plugins/mate/Makefile.am
parent02433fe7d4096bca33bec777adb967b42cf1091d (diff)
downloadwireshark-379a400c8fc4be63da608165fcb6fa7f49062a4d.tar.gz
Don't run Lemon-generated header files through checkAPI, either (they
don't have an RCS ID, and they just define a pile of tokens). svn path=/trunk/; revision=47511
Diffstat (limited to 'plugins/mate/Makefile.am')
-rw-r--r--plugins/mate/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mate/Makefile.am b/plugins/mate/Makefile.am
index e43e52cd21..0b692fcd51 100644
--- a/plugins/mate/Makefile.am
+++ b/plugins/mate/Makefile.am
@@ -154,4 +154,4 @@ mate_grammar.h : mate_grammar.c
checkapi:
$(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput -build \
- $(CLEAN_SRC_FILES) $(HEADER_FILES)
+ $(CLEAN_SRC_FILES) $(CLEAN_HEADER_FILES)