aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-06-03 05:35:19 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-06-03 05:35:19 +0000
commit2640b786f43e848649d6c3c76cb1dd734ab60c4b (patch)
tree61099b9db1fc842d91bb8ab2694dd780b62fef9b /epan/ftypes
parent3fe084beb36ec543bb0adbb1f67fd3ab720ca9a3 (diff)
Fix run checkapi for more targets.
svn path=/trunk/; revision=25414
Diffstat (limited to 'epan/ftypes')
-rw-r--r--epan/ftypes/Makefile.nmake14
1 files changed, 14 insertions, 0 deletions
diff --git a/epan/ftypes/Makefile.nmake b/epan/ftypes/Makefile.nmake
index 2967361791..848159e795 100644
--- a/epan/ftypes/Makefile.nmake
+++ b/epan/ftypes/Makefile.nmake
@@ -39,3 +39,17 @@ clean:
distclean: clean
maintainer-clean: distclean
+
+checkapi:
+ $(PERL) ../../tools/checkAPIs.pl \
+ ftypes.c \
+ ftype-bytes.c \
+ ftype-double.c \
+ ftype-integer.c \
+ ftype-ipv4.c \
+ ftype-guid.c \
+ ftype-none.c \
+ ftype-pcre.c \
+ ftype-string.c \
+ ftype-time.c \
+ ftype-tvbuff.c