summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-06 22:14:02 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-06 22:14:02 +0000
commitbb1a5955f7c9169ae8125ef76acd8f6b1b1b7aec (patch)
treee2234d64740dd5304133796c46e395bd997ab2d8
parent6aac22f614d6e14c77017184ed5e291419984268 (diff)
* fixed make distcheck in schemas
git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@59 3be567f1-68ff-0310-b24a-ad7cc433fd2f
-rw-r--r--schemas/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
index dffc000..6e40299 100644
--- a/schemas/Makefile.am
+++ b/schemas/Makefile.am
@@ -6,7 +6,7 @@ schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
@INTLTOOL_SCHEMAS_RULE@
install-schemas:
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(top_srcdir)/schemas/$(schemas_DATA) 2>&1 > /dev/null
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) gconftool-2 --makefile-install-rule $(schemas_DATA) 2>&1 > /dev/null
gconftool-2 --shutdown
if GCONF_SCHEMAS_INSTALL
@@ -14,3 +14,5 @@ install-data-local: install-schemas
else
install-data-local:
endif
+
+CLEANFILES = $(schemas_DATA)