aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/easy_codec
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-13 19:48:22 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-13 19:48:22 +0000
commit75adef7e215094a804424dd755801f6e61d1ed54 (patch)
tree03152b63a6ab08b7018976ae58418c55dd888574 /plugins/easy_codec
parent69f550ab364f59797a9d3e32d4decae18d4c54e2 (diff)
Run checkapi on the dissector header files
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29883 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/easy_codec')
-rw-r--r--plugins/easy_codec/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/easy_codec/Makefile.nmake b/plugins/easy_codec/Makefile.nmake
index c651fa648c..1d874407a8 100644
--- a/plugins/easy_codec/Makefile.nmake
+++ b/plugins/easy_codec/Makefile.nmake
@@ -64,4 +64,4 @@ distclean: clean
maintainer-clean: distclean
checkapi:
- $(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC)
+ $(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) $(DISSECTOR_INCLUDES)