aboutsummaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorAlessio Treglia <alessio@debian.org>2014-07-21 13:58:29 +0100
committerAlessio Treglia <alessio@debian.org>2014-07-21 13:58:29 +0100
commite25104d1480e03993980d944d21d788a95ecd09d (patch)
tree96b84cc4baac713ad7ab3e887395f9febb91a462 /data/Makefile.am
parent6ef14034edff72de856c29dd2e4f2b180444d890 (diff)
Imported Upstream version 0.18upstream/0.18
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 485a778..ae80c5e 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -25,8 +25,11 @@ user-install: $(app_DATA) $(keys_DATA)
cp $(keys_DATA) ~/.gnome/mime-info/
install-data-local:
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
$(GCONFTOOL) --shutdown
EXTRA_DIST = $(glade_DATA) $(schema_in_files) $(stuff_DATA)
+CLEANFILES=\
+ $(schema_DATA)
+

Privacy Policy