From c91554690900aae1e20883b4201d2825c805dab2 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Fri, 27 Jan 2012 12:24:45 -0500 Subject: make sure the icons end up in the tarball --- editor/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'editor') diff --git a/editor/Makefile.am b/editor/Makefile.am index 52fd81a..4a13039 100644 --- a/editor/Makefile.am +++ b/editor/Makefile.am @@ -13,7 +13,9 @@ desktop_DATA = $(desktop_in_files:.desktop.in.in=.desktop) gsettings_SCHEMAS = ca.desrt.dconf-editor.gschema.xml @GSETTINGS_RULES@ -nobase_data_DATA = \ +nobase_data_DATA = $(icons) + +icons = \ icons/hicolor/14x14/apps/dconf-editor.png \ icons/hicolor/32x32/apps/dconf-editor.png \ icons/hicolor/48x48/apps/dconf-editor.png \ @@ -31,4 +33,4 @@ update-icon-cache: uidir = $(datadir)/dconf-editor dist_ui_DATA = dconf-editor.ui -EXTRA_DIST = $(gsettings_SCHEMAS) +EXTRA_DIST = $(gsettings_SCHEMAS) $(icons) -- cgit v1.2.1