aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.am
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-12-05 15:11:08 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-12-05 15:11:08 +0000
commit0dc1b8b4b255821d9705f290fb83806ef0a25ae9 (patch)
tree331d19df9b8f41ea4ebe79dc4aa4703cc21d1369 /epan/dissectors/Makefile.am
parent57f7171c870c58802873d241849d1f8f7b7c93e2 (diff)
Run checkAPIs on DISSECTOR_SUPPORT_SRC too. This means we check register.c
(not very useful) but it means we'll also check the IPMI subparsers and usb.c . (Yes, register.c could be split out into Yet Another Variable but I'm not sure it's worth it...) svn path=/trunk/; revision=46399
Diffstat (limited to 'epan/dissectors/Makefile.am')
-rw-r--r--epan/dissectors/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index a2d9f42425..17b6fba2e6 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -144,5 +144,4 @@ MAINTAINERCLEANFILES = \
checkapi:
$(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput -build \
- $(ALL_DISSECTORS_SRC) $(DISSECTOR_INCLUDES) \
- packet-dcerpc-nt.c
+ $(ALL_DISSECTORS_SRC) $(DISSECTOR_INCLUDES) $(DISSECTOR_SUPPORT_SRC)