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