summaryrefslogtreecommitdiff
path: root/plugins/mate/Makefile.am
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2009-09-13 19:48:22 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2009-09-13 19:48:22 +0000
commit4661aad9a48cee98413fdb06ef4811ceca6644a4 (patch)
tree03152b63a6ab08b7018976ae58418c55dd888574 /plugins/mate/Makefile.am
parent9f29cca534f6f819b17ae9a5a7f243a41f1093e6 (diff)
downloadwireshark-4661aad9a48cee98413fdb06ef4811ceca6644a4.tar.gz
Run checkapi on the dissector header files
svn path=/trunk/; revision=29883
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 3a4dd298d9..8b0b9cc2ac 100644
--- a/plugins/mate/Makefile.am
+++ b/plugins/mate/Makefile.am
@@ -145,4 +145,4 @@ mate_grammar.c : mate_grammar.lemon mate.h mate_util.h $(LEMON)/lemon$(EXEEXT)
(rm -f grammar.c grammar.h ; false)
checkapi:
- $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC)
+ $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)