summaryrefslogtreecommitdiff
path: root/asn1/camel/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-05-26 17:09:03 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-05-26 17:09:03 +0000
commit4f9cd6c27d81cfe1ae075259cf0693c88512a01f (patch)
tree8e5652485cd152c21233baf9d243d0fb441d690f /asn1/camel/Makefile.nmake
parent03d7032acd65921e86982b1985ad9fc9036f4e22 (diff)
downloadwireshark-4f9cd6c27d81cfe1ae075259cf0693c88512a01f.tar.gz
Fix run checkapi for more targets.
svn path=/trunk/; revision=25380
Diffstat (limited to 'asn1/camel/Makefile.nmake')
-rw-r--r--asn1/camel/Makefile.nmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/camel/Makefile.nmake b/asn1/camel/Makefile.nmake
index 5a32997c60..6aa21c4986 100644
--- a/asn1/camel/Makefile.nmake
+++ b/asn1/camel/Makefile.nmake
@@ -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