aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.common
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.common
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.common')
-rw-r--r--gtk/Makefile.common11
1 files changed, 11 insertions, 0 deletions
diff --git a/gtk/Makefile.common b/gtk/Makefile.common
index b3fa7bee0a..3f713144b7 100644
--- a/gtk/Makefile.common
+++ b/gtk/Makefile.common
@@ -335,3 +335,14 @@ noinst_HEADERS = \
voip_calls_dlg.h \
webbrowser.h
+checkapi: checkapi-base checkapi-todo
+
+checkapi-base:
+ $(PERL) ../tools/checkAPIs.pl -g deprecated-gtk \
+ $(WIRESHARK_GTK_SRC) \
+ $(WIRESHARK_TAP_SRC)
+
+checkapi-todo:
+ $(PERL) ../tools/checkAPIs.pl -M -g deprecated-gtk-todo \
+ $(WIRESHARK_GTK_SRC) \
+ $(WIRESHARK_TAP_SRC)