aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/tpg
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-05-05 16:55:19 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-05-05 16:55:19 +0000
commit023a81709a229c819e0b2adee60be74d0d4a1b2a (patch)
tree29e1004553b0fef7f349496e877422ea92fd8e96 /plugins/tpg
parent163d568fe6e1f59d191154207b8f1dda126bb85a (diff)
Make it possible to run checkapi on all plugins trough makefile.nmake
Note: Commented out in the plugins giving errors for now. svn path=/trunk/; revision=25231
Diffstat (limited to 'plugins/tpg')
-rw-r--r--plugins/tpg/Makefile.nmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/tpg/Makefile.nmake b/plugins/tpg/Makefile.nmake
index 7ec99fdc9c..9a51e53e57 100644
--- a/plugins/tpg/Makefile.nmake
+++ b/plugins/tpg/Makefile.nmake
@@ -63,3 +63,6 @@ $(LEMON)\lemon.exe:
cd ../../tools/lemon
$(MAKE) /$(MAKEFLAGS) -f makefile.nmake
cd ../../plugins/mate
+
+checkapi:
+ $(PERL) ../../tools/checkAPIs.pl $(DISSECTOR_SRC)