Fix some of the Errors/warnings detected by checkapi.
[obnox/wireshark/wip.git] / asn1 / h225 / Makefile.nmake
index 5a32997c60aea92412e758b78a353b5f14f78892..6aa21c49864f5b21c70636c3c05fc47898341052 100644 (file)
@@ -27,3 +27,7 @@ include ../Makefile.preinc.nmake
 include Makefile.common
 include ../Makefile.inc.nmake
 
+checkapi:
+       $(PERL) ../../tools/checkAPIs.pl \
+       $(PROTOCOL_NAME).cnf \
+       packet-$(PROTOCOL_NAME)-template.c
\ No newline at end of file