summaryrefslogtreecommitdiff
path: root/ui/gtk/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-04-07 17:40:28 +0000
committerGerald Combs <gerald@wireshark.org>2013-04-07 17:40:28 +0000
commitfc19abb965b034d0e5cefb81e0bf21d65e7d2ef3 (patch)
treef39874f0d9faeab1caa1223ea0c00bc0c499e104 /ui/gtk/Makefile.am
parent76d7baf32dea06e1205b9bcd106bae22c0e23bbc (diff)
downloadwireshark-fc19abb965b034d0e5cefb81e0bf21d65e7d2ef3.tar.gz
Change the "stop capture" icon to a Great Big Huge Square to try to make
it more obvious (particularly at 16x16 pixels) that it and the "start capture" icons work like media controls. Update compress-pngs to match the latest version of pngcrush and recompress our PNGs. Add a "clean-pixmaps" target to ui/gtk/Makefile.am to make it easier to rebuild our pixbuf includes. svn path=/trunk/; revision=48776
Diffstat (limited to 'ui/gtk/Makefile.am')
-rw-r--r--ui/gtk/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/gtk/Makefile.am b/ui/gtk/Makefile.am
index 9990061f99..5f7dd2cde9 100644
--- a/ui/gtk/Makefile.am
+++ b/ui/gtk/Makefile.am
@@ -177,6 +177,10 @@ wssplash.h:
echo >> $@
gdk-pixbuf-csource --raw --name=wssplash_pb_data $(top_srcdir)/image/wssplash_dev.png >> $@
+clean-pixbufs:
+ rm expert_indicators.h capture_comment_icons.h network_icons.h remote_icons.h pipe_icon.h \
+ toolbar_icons.h layouts.h wsicon.h wsiconcap.h wssplash.h
+
EXTRA_DIST = \
$(GENERATOR_FILES) \
airpcap_dlg.c \