summaryrefslogtreecommitdiff
path: root/ui/gtk/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-01-19 05:48:43 +0000
committerGerald Combs <gerald@wireshark.org>2013-01-19 05:48:43 +0000
commit3d280a8c95cc9e757c24880fe0901cfdf0719b82 (patch)
treea3ede1d296b48ece79963e96e0da6a04c2bc43a4 /ui/gtk/Makefile.am
parent2c5ce01f33e752222fa6fcaea8abe90e219c0753 (diff)
downloadwireshark-3d280a8c95cc9e757c24880fe0901cfdf0719b82.tar.gz
Replace more XPMs with PNGs.
svn path=/trunk/; revision=47159
Diffstat (limited to 'ui/gtk/Makefile.am')
-rw-r--r--ui/gtk/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/gtk/Makefile.am b/ui/gtk/Makefile.am
index 3cecad0e6a..0e33670f4b 100644
--- a/ui/gtk/Makefile.am
+++ b/ui/gtk/Makefile.am
@@ -142,6 +142,13 @@ toolbar_icons.h:
gdk-pixbuf-csource --raw --name=toolbar_$${icon24}_24_pb_data $(top_srcdir)/image/toolbar/toolbar_$${icon24}_24.png >> $@ ;\
done
+layouts.h:
+ echo "/* This file was automatically generated. DO NOT EDIT. */" > $@
+ echo >> $@
+ for layout_num in 1 2 3 4 5 6 wireless ; do \
+ gdk-pixbuf-csource --raw --name=layout_$${layout_num}_pb_data $(top_srcdir)/image/layout_$${layout_num}.png >> $@ ;\
+ done
+
EXTRA_DIST = \
$(GENERATOR_FILES) \
airpcap_dlg.c \