aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-09 13:59:10 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2008-05-09 13:59:10 +0000
commit99c49cff7c043bd937d226b18c55601493a1d9af (patch)
tree6c0bbdab1d1e239f96992dd122b2a199bbfd4b96 /epan/dissectors/Makefile.nmake
parent60a2a14ddf23269602d392cc7a319e8834269c39 (diff)
Fix some of the Errors/warnings detected by checkapi.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25264 f5534014-38df-0310-8fa8-9805f1628bb7
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