aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat
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/ethercat
parent9f29cca534f6f819b17ae9a5a7f243a41f1093e6 (diff)
Run checkapi on the dissector header files
svn path=/trunk/; revision=29883
Diffstat (limited to 'plugins/ethercat')
-rw-r--r--plugins/ethercat/Makefile.am2
-rw-r--r--plugins/ethercat/Makefile.nmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ethercat/Makefile.am b/plugins/ethercat/Makefile.am
index 17940df96a..e7a7f43794 100644
--- a/plugins/ethercat/Makefile.am
+++ b/plugins/ethercat/Makefile.am
@@ -124,4 +124,4 @@ EXTRA_DIST = \
plugin.rc.in
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)
diff --git a/plugins/ethercat/Makefile.nmake b/plugins/ethercat/Makefile.nmake
index 1a360e370b..2d485e1622 100644
--- a/plugins/ethercat/Makefile.nmake
+++ b/plugins/ethercat/Makefile.nmake
@@ -100,4 +100,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)