From e6238095506fea7978b5726764b15d432aa9d20f Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Fri, 9 May 2008 13:59:10 +0000 Subject: Fix some of the Errors/warnings detected by checkapi. svn path=/trunk/; revision=25264 --- epan/dissectors/Makefile.nmake | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/Makefile.nmake') diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake index 91102af26b..815cd33208 100644 --- a/epan/dissectors/Makefile.nmake +++ b/epan/dissectors/Makefile.nmake @@ -111,5 +111,6 @@ maintainer-clean: distclean rm -f $(GENERATED_FILES) checkapi: - $(PERL) ../../tools/checkAPIs.pl $(DISSECTOR_SRC) \ - $(CLEAN_DISSECTOR_SRC) + $(PERL) ../../tools/checkAPIs.pl \ + $(ALL_DISSECTORS_SRC) \ + packet-dcerpc-nt.c -- cgit v1.2.3