summaryrefslogtreecommitdiffstats
path: root/schemas/Makefile.am
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-09-24 00:00:52 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-09-24 00:00:52 +0000
commit6889184926dd1a1089ef3187fcb82670e0bf14b9 (patch)
treef9747bd42893e6932aa9f44fab45c9aef4b3196c /schemas/Makefile.am
parent5066a5657354ca300d0f15755ab350ad97f4046e (diff)
fixed make distcheck
remove default service from the gconf schemas, will write a wizzard git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@16 3be567f1-68ff-0310-b24a-ad7cc433fd2f
Diffstat (limited to 'schemas/Makefile.am')
-rw-r--r--schemas/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
index 207c0a3..aae3947 100644
--- a/schemas/Makefile.am
+++ b/schemas/Makefile.am
@@ -6,7 +6,7 @@ schemasdir = $(GCONF_SCHEMA_FILE_DIR)
schemas_DATA = $(SCHEMAS_FILE)
install-schemas:
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(SCHEMAS_FILE) 2>&1 > /dev/null
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(top_srcdir)/schemas/$(SCHEMAS_FILE) 2>&1 > /dev/null
gconftool-2 --shutdown
if GCONF_SCHEMAS_INSTALL