aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-06-04 19:49:12 +0000
committerGerald Combs <gerald@wireshark.org>2010-06-04 19:49:12 +0000
commitd123b9e7379979ff2fedab6009b3ada658a41e1c (patch)
treef67fb340236e5b704be1b2590245256df5ff49ba /plugins
parent6f6fbeadb2bf58a3610af3abb3b76b25a7ecbf87 (diff)
Add a checkapis target.
svn path=/trunk/; revision=33092
Diffstat (limited to 'plugins')
-rw-r--r--plugins/llrp/Makefile.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/llrp/Makefile.nmake b/plugins/llrp/Makefile.nmake
index c280a82517..946e20deb0 100644
--- a/plugins/llrp/Makefile.nmake
+++ b/plugins/llrp/Makefile.nmake
@@ -93,3 +93,6 @@ clean:
distclean: clean
maintainer-clean: distclean
+
+checkapi:
+ $(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) $(DISSECTOR_SUPPORT_SRC) $(DISSECTOR_INCLUDES)