aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-11-29 20:53:22 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-11-29 20:53:22 +0000
commit5f3ff94816007879a58e88a203463163de06d3bf (patch)
tree5a70c061e2119b5f98ed8f47a35e8ca384869aee /gtk/Makefile.am
parent28fa4266d738a109470c22ebe9b339f53e96f831 (diff)
Move the checkapi targes to Makefile.common. Rename Makefile.nmake's WIRESHARK_GTK_SRC to WIRESHARK_GTK_ALL_SRC to avoid reusing the variable of the same name from Makefile.common; Put DIRTY_GENERATED_C_FILES back in that variable since checkapi is no longer run on it.
svn path=/trunk/; revision=35069
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 18d2a0dcd1..49c6c04bfc 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -70,12 +70,6 @@ if HAVE_DOXYGEN
$(DOXYGEN) doxygen.cfg
endif # HAVE_DOXYGEN
-checkapi:
- $(PERL) ../tools/checkAPIs.pl \
- $(WIRESHARK_GTK_SRC) \
- $(WIRESHARK_TAP_SRC) \
- capture_if_details_dlg_win32.c
-
expert_indicators.h:
echo "/* This file was automatically generated. DO NOT EDIT. */" > $@
echo >> $@