aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/Makefile.am
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-03-27 21:29:44 +0000
committerGerald Combs <gerald@wireshark.org>2013-03-27 21:29:44 +0000
commit194a145c8fbce0ab59bb17278add54ab649a2077 (patch)
treead12fcc50fbe79d3bb3498c853ad916722aff5a3 /ui/gtk/Makefile.am
parent269c4fd8c28a3b513e4017b4e8e3ac7eb2bc7b70 (diff)
Add the new splash image. Designed by Elliott Aldrich. Switch the splash
image from XPM to PNG+pixbuf. Remove old XPMs. svn path=/trunk/; revision=48600
Diffstat (limited to 'ui/gtk/Makefile.am')
-rw-r--r--ui/gtk/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/gtk/Makefile.am b/ui/gtk/Makefile.am
index dfdd214228..9990061f99 100644
--- a/ui/gtk/Makefile.am
+++ b/ui/gtk/Makefile.am
@@ -172,6 +172,11 @@ wsiconcap.h:
gdk-pixbuf-csource --raw --name=wsiconcap_$${layout_num}_pb_data $(top_srcdir)/image/wsiconcap$${layout_num}.png >> $@ ;\
done
+wssplash.h:
+ echo "/* This file was automatically generated. DO NOT EDIT. */" > $@
+ echo >> $@
+ gdk-pixbuf-csource --raw --name=wssplash_pb_data $(top_srcdir)/image/wssplash_dev.png >> $@
+
EXTRA_DIST = \
$(GENERATOR_FILES) \
airpcap_dlg.c \