Make it possible to run checkapi on all plugins trough makefile.nmake
[obnox/wireshark/wip.git] / plugins / m2m / Makefile.nmake
index f016a1de480795a4c06d7e06cab159bf968f3785..20ade75fabf644da4a95eaea446cf5c278ca9796 100644 (file)
@@ -98,3 +98,6 @@ clean:
 distclean: clean
 
 maintainer-clean: distclean
+
+checkapi: 
+       $(PERL) ../../tools/checkAPIs.pl $(DISSECTOR_SRC)