aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.am
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.am
parent050d9379ef50e240d31de5fa846d5b73c134756d (diff)
Move some checkapi targets into Makefile.common
svn path=/trunk/; revision=35073
Diffstat (limited to 'epan/Makefile.am')
-rw-r--r--epan/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/epan/Makefile.am b/epan/Makefile.am
index 5ad26e8a56..2f3097727c 100644
--- a/epan/Makefile.am
+++ b/epan/Makefile.am
@@ -292,6 +292,3 @@ doxygen:
if HAVE_DOXYGEN
$(DOXYGEN) doxygen.cfg
endif # HAVE_DOXYGEN
-
-checkapi:
- $(PERL) ../tools/checkAPIs.pl -g termoutput $(LIBWIRESHARK_SRC)