From 29f7c7af7d1d101ad0a68378c8255df5da6848a5 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sat, 7 Mar 2015 20:47:24 -0800 Subject: Update the expert indicators. Add @2x versions. Remove expert_ok. It appears to be unused. Change-Id: If36f839f622e235334a4237a9c5424c15a9945bc Reviewed-on: https://code.wireshark.org/review/7594 Reviewed-by: Gerald Combs --- ui/qt/Makefile.am | 37 +------------------------------------ 1 file changed, 1 insertion(+), 36 deletions(-) (limited to 'ui') diff --git a/ui/qt/Makefile.am b/ui/qt/Makefile.am index 7a0bd9ed2a..bfa6a44344 100644 --- a/ui/qt/Makefile.am +++ b/ui/qt/Makefile.am @@ -233,42 +233,7 @@ if HAVE_DOXYGEN $(DOXYGEN) doxygen.cfg endif # HAVE_DOXYGEN -checkapi: checkapi-base checkapi-todo - -checkapi-base: - $(PERL) $(top_srcdir)/tools/checkAPIs.pl -g deprecated-gtk -build \ - -sourcedir=$(srcdir) \ - $(WIRESHARK_GTK_SRC) \ - $(WIRESHARK_TAP_SRC) \ - capture_if_details_dlg_win32.c - -checkapi-todo: - $(PERL) $(top_srcdir)/tools/checkAPIs.pl -M -g deprecated-gtk-todo -build \ - -sourcedir=$(srcdir) \ - $(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 >> $@ - for elevel in chat error none note warn ; do \ - gdk-pixbuf-csource --raw --name=expert_$${elevel}_pb_data ../../image/expert_$${elevel}.png >> $@ ;\ - done - -network_icons.h: - echo "/* This file was automatically generated. DO NOT EDIT. */" > $@ - echo >> $@ - for icon in bluetooth usb wired wireless ; do \ - gdk-pixbuf-csource --raw --name=network_$${icon}_pb_data ../../image/toolbar/network_$${icon}_16.png >> $@ ;\ - done - -remote_icons.h: - echo "/* This file was automatically generated. DO NOT EDIT. */" > $@ - echo >> $@ - for icon in arrow globe sat ; do \ - gdk-pixbuf-csource --raw --name=remote_$${icon}_pb_data ../../image/toolbar/remote_$${icon}_16.png >> $@ ;\ - done +#checkapi: checkapi-base checkapi-todo # XXX to be created # Makefile.nmake -- cgit v1.2.3