From 3d280a8c95cc9e757c24880fe0901cfdf0719b82 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sat, 19 Jan 2013 05:48:43 +0000 Subject: Replace more XPMs with PNGs. svn path=/trunk/; revision=47159 --- ui/gtk/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ui/gtk/Makefile.am') 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 \ -- cgit v1.2.1