summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--schemas/Makefile.am2
-rw-r--r--schemas/service-discovery-applet.schemas33
2 files changed, 1 insertions, 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 @@
</long>
</locale>
</schema>
- <schema>
- <key>/schemas/apps/service-discovery-applet/services/_ssh._tcp</key>
- <applyto>/apps/service-discovery-applet/services/_ssh._tcp</applyto>
- <owner>service-discovery-applet</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/service-discovery-applet/services/_https._tcp</key>
- <applyto>/apps/service-discovery-applet/services/_https._tcp</applyto>
- <owner>service-discovery-applet</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
- <schema>
- <key>/schemas/apps/service-discovery-applet/services/_http._tcp</key>
- <applyto>/apps/service-discovery-applet/services/_http._tcp</applyto>
- <owner>service-discovery-applet</owner>
- <type>bool</type>
- <default>TRUE</default>
- <locale name="C">
- <short></short>
- <long></long>
- </locale>
- </schema>
</schemalist>
</gconfschemafile>