summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-01-27 12:24:45 -0500
committerRyan Lortie <desrt@desrt.ca>2012-01-27 12:24:59 -0500
commitc91554690900aae1e20883b4201d2825c805dab2 (patch)
tree4bdb9d3e21780183cf535581de329354cd9fd5ce
parentf7e414d5f53625b8d22908a3d8bbd6b7fcd84796 (diff)
downloaddconf-c91554690900aae1e20883b4201d2825c805dab2.tar.gz
make sure the icons end up in the tarball
-rw-r--r--editor/Makefile.am6
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)