[dconf] make sure the icons end up in the tarball



commit c91554690900aae1e20883b4201d2825c805dab2
Author: Ryan Lortie <desrt desrt ca>
Date:   Fri Jan 27 12:24:45 2012 -0500

    make sure the icons end up in the tarball

 editor/Makefile.am |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
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)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]