summaryrefslogtreecommitdiff
path: root/wiretap/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-05-13 19:05:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-05-13 19:05:35 +0000
commitb48924f9d57006a3abfc94bd6bb23a668930bfe4 (patch)
treef14f6a5651efdd9e17c37dd9c1f5453e5dbc124d /wiretap/Makefile.nmake
parentbf75c5fed27bb812a5309cc9ad04d85a28d69dc7 (diff)
downloadwireshark-b48924f9d57006a3abfc94bd6bb23a668930bfe4.tar.gz
Fix some of the Errors/warnings detected by checkapi.
svn path=/trunk/; revision=25288
Diffstat (limited to 'wiretap/Makefile.nmake')
-rw-r--r--wiretap/Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index e309251857..9e31b5e2fe 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -73,4 +73,5 @@ distclean: clean
maintainer-clean: distclean
checkapi:
- $(PERL) ../tools/checkAPIs.pl $(NONGENERATED_C_FILES) \ No newline at end of file
+ $(PERL) ../tools/checkAPIs.pl $(NONGENERATED_C_FILES) \
+ *.l \ No newline at end of file