diff options
Diffstat (limited to 'epan')
-rw-r--r-- | epan/Makefile.am | 2 | ||||
-rw-r--r-- | epan/Makefile.nmake | 2 | ||||
-rw-r--r-- | epan/crypt/Makefile.am | 2 | ||||
-rw-r--r-- | epan/crypt/Makefile.nmake | 2 | ||||
-rw-r--r-- | epan/dfilter/Makefile.am | 2 | ||||
-rw-r--r-- | epan/dfilter/Makefile.nmake | 2 | ||||
-rw-r--r-- | epan/dissectors/Makefile.am | 2 | ||||
-rw-r--r-- | epan/dissectors/Makefile.nmake | 2 | ||||
-rw-r--r-- | epan/ftypes/Makefile.am | 2 | ||||
-rw-r--r-- | epan/ftypes/Makefile.nmake | 2 | ||||
-rw-r--r-- | epan/wslua/Makefile.am | 2 | ||||
-rw-r--r-- | epan/wslua/Makefile.nmake | 2 | ||||
-rw-r--r-- | epan/wspython/Makefile.nmake | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am index af858a483f..9dd0b16a65 100644 --- a/epan/Makefile.am +++ b/epan/Makefile.am @@ -327,4 +327,4 @@ dumpabi: all abi-descriptor.xml cd .libs; ln -sf libwireshark_*.abi.tar.gz libwireshark.abi.tar.gz checkapi: - $(PERL) ../tools/checkAPIs.pl -g termoutput $(LIBWIRESHARK_SRC) + $(PERL) ../tools/checkAPIs.pl -g termoutput -build $(LIBWIRESHARK_SRC) diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake index bb924501b1..c0c2d2a696 100644 --- a/epan/Makefile.nmake +++ b/epan/Makefile.nmake @@ -333,4 +333,4 @@ dtd_grammar.c: $(LEMON)\lemon.exe $(LEMON)\lempar.c dtd_grammar.lemon $(LEMON)\lemon t=$(LEMON)\lempar.c dtd_grammar.lemon checkapi: - $(PERL) ../tools/checkAPIs.pl -g termoutput $(LIBWIRESHARK_SRC) + $(PERL) ../tools/checkAPIs.pl -g termoutput -build $(LIBWIRESHARK_SRC) diff --git a/epan/crypt/Makefile.am b/epan/crypt/Makefile.am index 8db3475004..4d29a4a5ca 100644 --- a/epan/crypt/Makefile.am +++ b/epan/crypt/Makefile.am @@ -50,5 +50,5 @@ EXTRA_DIST = \ Makefile.nmake checkapi: - $(PERL) ../../tools/checkAPIs.pl -g termoutput \ + $(PERL) ../../tools/checkAPIs.pl -g termoutput -build \ $(LIBAIRPDCAP_SRC) diff --git a/epan/crypt/Makefile.nmake b/epan/crypt/Makefile.nmake index 381acac43b..701a41c3b1 100644 --- a/epan/crypt/Makefile.nmake +++ b/epan/crypt/Makefile.nmake @@ -27,5 +27,5 @@ distclean: clean maintainer-clean: distclean checkapi: - $(PERL) ../../tools/checkAPIs.pl -g termoutput \ + $(PERL) ../../tools/checkAPIs.pl -g termoutput -build \ $(LIBAIRPDCAP_SRC) diff --git a/epan/dfilter/Makefile.am b/epan/dfilter/Makefile.am index fa83f5d510..f9327a425b 100644 --- a/epan/dfilter/Makefile.am +++ b/epan/dfilter/Makefile.am @@ -81,6 +81,6 @@ grammar.c : $(LEMON)/lemon$(EXEEXT) $(srcdir)/$(LEMON)/lempar.c $(srcdir)/gramma (rm -f grammar.c grammar.h ; false) checkapi: - $(PERL) ../../tools/checkAPIs.pl -g termoutput \ + $(PERL) ../../tools/checkAPIs.pl -g termoutput -build \ $(GENERATOR_FILES) \ $(NONGENERATED_C_FILES) diff --git a/epan/dfilter/Makefile.nmake b/epan/dfilter/Makefile.nmake index 97b8ba6739..47adb3cb39 100644 --- a/epan/dfilter/Makefile.nmake +++ b/epan/dfilter/Makefile.nmake @@ -67,6 +67,6 @@ $(LEMON)\lemon.exe: cd ../epan/dfilter checkapi: - $(PERL) ../../tools/checkAPIs.pl -g termoutput \ + $(PERL) ../../tools/checkAPIs.pl -g termoutput -build \ $(GENERATOR_FILES) \ $(NONGENERATED_C_FILES) diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am index 0d5a39434b..10f2415103 100644 --- a/epan/dissectors/Makefile.am +++ b/epan/dissectors/Makefile.am @@ -143,6 +143,6 @@ MAINTAINERCLEANFILES = \ Makefile.in checkapi: - $(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput \ + $(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput -build \ $(ALL_DISSECTORS_SRC) $(DISSECTOR_INCLUDES) \ packet-dcerpc-nt.c diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake index 3e6a1d9c2a..a9299422bd 100644 --- a/epan/dissectors/Makefile.nmake +++ b/epan/dissectors/Makefile.nmake @@ -115,6 +115,6 @@ maintainer-clean: distclean rm -f $(GENERATED_FILES) checkapi: - $(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput \ + $(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput -build \ $(ALL_DISSECTORS_SRC) $(DISSECTOR_INCLUDES) \ packet-dcerpc-nt.c diff --git a/epan/ftypes/Makefile.am b/epan/ftypes/Makefile.am index ffb0cf4b7a..ca2f40e56e 100644 --- a/epan/ftypes/Makefile.am +++ b/epan/ftypes/Makefile.am @@ -47,5 +47,5 @@ EXTRA_DIST = \ Makefile.nmake checkapi: - $(PERL) ../../tools/checkAPIs.pl -g termoutput \ + $(PERL) ../../tools/checkAPIs.pl -g termoutput -build \ $(NONGENERATED_C_FILES) diff --git a/epan/ftypes/Makefile.nmake b/epan/ftypes/Makefile.nmake index 647d8f8c23..4506b9a2ed 100644 --- a/epan/ftypes/Makefile.nmake +++ b/epan/ftypes/Makefile.nmake @@ -29,5 +29,5 @@ distclean: clean maintainer-clean: distclean checkapi: - $(PERL) ../../tools/checkAPIs.pl -g termoutput \ + $(PERL) ../../tools/checkAPIs.pl -g termoutput -build \ $(NONGENERATED_C_FILES) diff --git a/epan/wslua/Makefile.am b/epan/wslua/Makefile.am index 954b76e2b3..583c5c0f9b 100644 --- a/epan/wslua/Makefile.am +++ b/epan/wslua/Makefile.am @@ -116,7 +116,7 @@ init.lua: template-init.lua make-init-lua.pl ../ftypes/ftypes.h ../../wiretap/wt $(PERL) $(srcdir)/make-init-lua.pl $(top_srcdir) $(srcdir)/template-init.lua > init.lua checkapi: - $(PERL) ../../tools/checkAPIs.pl -g termoutput \ + $(PERL) ../../tools/checkAPIs.pl -g termoutput -build \ init_wslua.c \ register_wslua.c \ taps_wslua.c \ diff --git a/epan/wslua/Makefile.nmake b/epan/wslua/Makefile.nmake index b7cf9de532..c5c13be985 100644 --- a/epan/wslua/Makefile.nmake +++ b/epan/wslua/Makefile.nmake @@ -84,7 +84,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 -g termoutput \ + $(PERL) ../../tools/checkAPIs.pl -g termoutput -build \ $(MODULES) \ init_wslua.c \ register_wslua.c \ diff --git a/epan/wspython/Makefile.nmake b/epan/wspython/Makefile.nmake index a50ec26b38..0f837a759c 100644 --- a/epan/wspython/Makefile.nmake +++ b/epan/wspython/Makefile.nmake @@ -27,5 +27,5 @@ distclean: clean maintainer-clean: distclean checkapi: - $(PERL) ../../tools/checkAPIs.pl -g termoutput \ + $(PERL) ../../tools/checkAPIs.pl -g termoutput -build \ $(LIBWSPYTHON_OBJECTS) |