aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-07-01 21:13:32 +0000
committerGuy Harris <guy@alum.mit.edu>2008-07-01 21:13:32 +0000
commitb6e20d89be631aad4303d1b48df3b64aab4e8c2a (patch)
tree57fd53fcebdbcd378f3726dde7977a1765ffd1d7 /wiretap/Makefile.nmake
parentdf8081391ba7685f34af1ae29a0a4840c7cc83d1 (diff)
Put printf into a separate "termoutput" API group. For most files,
check for it - but not for TShark plugins, as they are expected to print to the standard output. svn path=/trunk/; revision=25653
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 8cd54cfa85..5bbb3595c9 100644
--- a/wiretap/Makefile.nmake
+++ b/wiretap/Makefile.nmake
@@ -74,4 +74,4 @@ distclean: clean
maintainer-clean: distclean
checkapi:
- $(PERL) ../tools/checkAPIs.pl -g abort $(NONGENERATED_C_FILES) $(GENERATOR_FILES)
+ $(PERL) ../tools/checkAPIs.pl -g abort -g termoutput $(NONGENERATED_C_FILES) $(GENERATOR_FILES)