aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.common
diff options
context:
space:
mode:
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)