aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-11-29 22:34:04 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-11-29 22:34:04 +0000
commitf1c066bbee43fc081835463b28e22abf7c9ef084 (patch)
tree28aed42b8a631c782f3af105073743936c66e0cc /epan/Makefile.common
parent050d9379ef50e240d31de5fa846d5b73c134756d (diff)
Move some checkapi targets into Makefile.common
svn path=/trunk/; revision=35073
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 9026c9ea3e..a64a498e4c 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -125,7 +125,7 @@ LIBWIRESHARK_GENERATED_SRC = \
LIBWIRESHARK_ALL_SRC = \
$(LIBWIRESHARK_SRC) \
$(LIBWIRESHARK_GENERATED_SRC)
-
+
LIBWIRESHARK_INCLUDES = \
addr_and_mask.h \
addr_resolv.h \
@@ -258,3 +258,7 @@ LIBWIRESHARK_NODISTCLEAN_GENERATED_INCLUDES = \
LIBWIRESHARK_GENERATED_INCLUDES = \
$(LIBWIRESHARK_DISTCLEAN_GENERATED_INCLUDES) \
$(LIBWIRESHARK_NODISTCLEAN_GENERATED_INCLUDES)
+
+
+checkapi:
+ $(PERL) ../tools/checkAPIs.pl -g termoutput $(LIBWIRESHARK_SRC)