summaryrefslogtreecommitdiff
path: root/wiretap/Makefile.nmake
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2008-06-26 23:43:15 +0000
committerGerald Combs <gerald@wireshark.org>2008-06-26 23:43:15 +0000
commit6012eaeafbdefe116e3d3483b907ed6528a6d5df (patch)
treee3b0459547c50a3930d2234996f472853dd8a12d /wiretap/Makefile.nmake
parent83aacf0a09af8c9332a3ea314d3f8de673470466 (diff)
downloadwireshark-6012eaeafbdefe116e3d3483b907ed6528a6d5df.tar.gz
Wiretap code probably shouldn't abort the application either.
svn path=/trunk/; revision=25615
Diffstat (limited to 'wiretap/Makefile.nmake')
-rw-r--r--wiretap/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/Makefile.nmake b/wiretap/Makefile.nmake
index b3e4c5be19..9d258ceea2 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -74,4 +74,4 @@ distclean: clean
maintainer-clean: distclean
checkapi:
- $(PERL) ../tools/checkAPIs.pl $(NONGENERATED_C_FILES) $(GENERATOR_FILES) \ No newline at end of file
+ $(PERL) ../tools/checkAPIs.pl -g $(NONGENERATED_C_FILES) $(GENERATOR_FILES)