aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-05-09 13:59:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-05-09 13:59:10 +0000
commite6238095506fea7978b5726764b15d432aa9d20f (patch)
tree6c0bbdab1d1e239f96992dd122b2a199bbfd4b96 /epan/dissectors/Makefile.nmake
parent22ff43e0bdf81c25319f8c72cc3156b29eccba6b (diff)
Fix some of the Errors/warnings detected by checkapi.
svn path=/trunk/; revision=25264
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake5
1 files changed, 3 insertions, 2 deletions
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