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 +- schemas/service-discovery-applet.schemas | 33 -------------------------------- 2 files changed, 1 insertion(+), 34 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 diff --git a/schemas/service-discovery-applet.schemas b/schemas/service-discovery-applet.schemas index 563f51f..43bf957 100644 --- a/schemas/service-discovery-applet.schemas +++ b/schemas/service-discovery-applet.schemas @@ -13,38 +13,5 @@ - - /schemas/apps/service-discovery-applet/services/_ssh._tcp - /apps/service-discovery-applet/services/_ssh._tcp - service-discovery-applet - bool - TRUE - - - - - - - /schemas/apps/service-discovery-applet/services/_https._tcp - /apps/service-discovery-applet/services/_https._tcp - service-discovery-applet - bool - TRUE - - - - - - - /schemas/apps/service-discovery-applet/services/_http._tcp - /apps/service-discovery-applet/services/_http._tcp - service-discovery-applet - bool - TRUE - - - - - -- cgit