summaryrefslogtreecommitdiff
path: root/epan/wslua/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 /epan/wslua/Makefile.nmake
parentdf8081391ba7685f34af1ae29a0a4840c7cc83d1 (diff)
downloadwireshark-b6e20d89be631aad4303d1b48df3b64aab4e8c2a.tar.gz
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 'epan/wslua/Makefile.nmake')
-rw-r--r--epan/wslua/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/wslua/Makefile.nmake b/epan/wslua/Makefile.nmake
index d0aeb794d3..1631937f90 100644
--- a/epan/wslua/Makefile.nmake
+++ b/epan/wslua/Makefile.nmake
@@ -82,7 +82,7 @@ init.lua: template-init.lua make-init-lua.pl ../ftypes/ftypes.h ../../wiretap/wt
$(PERL) make-init-lua.pl "." template-init.lua > init.lua
checkapi:
- $(PERL) ../../tools/checkAPIs.pl \
+ $(PERL) ../../tools/checkAPIs.pl -g termoutput \
$(MODULES) \
init_wslua.c \
register_wslua.c \