diff options
author | Guy Harris <guy@alum.mit.edu> | 2008-07-01 21:13:32 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2008-07-01 21:13:32 +0000 |
commit | b6e20d89be631aad4303d1b48df3b64aab4e8c2a (patch) | |
tree | 57fd53fcebdbcd378f3726dde7977a1765ffd1d7 /plugins/pcli/Makefile.nmake | |
parent | df8081391ba7685f34af1ae29a0a4840c7cc83d1 (diff) | |
download | wireshark-b6e20d89be631aad4303d1b48df3b64aab4e8c2a.tar.gz wireshark-b6e20d89be631aad4303d1b48df3b64aab4e8c2a.tar.bz2 wireshark-b6e20d89be631aad4303d1b48df3b64aab4e8c2a.zip |
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 'plugins/pcli/Makefile.nmake')
-rw-r--r-- | plugins/pcli/Makefile.nmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pcli/Makefile.nmake b/plugins/pcli/Makefile.nmake index dcf18805e8..3cf4dc5b3e 100644 --- a/plugins/pcli/Makefile.nmake +++ b/plugins/pcli/Makefile.nmake @@ -100,4 +100,4 @@ distclean: clean maintainer-clean: distclean checkapi: - $(PERL) ../../tools/checkAPIs.pl -g abort $(DISSECTOR_SRC) + $(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC) |