From 6889184926dd1a1089ef3187fcb82670e0bf14b9 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Sat, 24 Sep 2005 00:00:52 +0000 Subject: 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 --- schemas/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'schemas/Makefile.am') 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 -- cgit