Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/schemas/Makefile.am
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-10-17 11:32:16 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-10-17 11:32:16 (GMT)
commit8541be71426f1c2e2f8fb2234807f44eaabc2038 (patch)
treebc8506a986a08618bce86b43f444c5f99c80a69d /schemas/Makefile.am
parent05c1244133aa5657c168b052cbef3899bfd79e04 (diff)
parent6f3032fcfb294e7c61bcb212df70c693b3581de7 (diff)
Merge branch 'master' of ssh+git://dev.laptop.org/git/sugar
Diffstat (limited to 'schemas/Makefile.am')
-rw-r--r--schemas/Makefile.am20
1 files changed, 0 insertions, 20 deletions
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
deleted file mode 100644
index 0614031..0000000
--- a/schemas/Makefile.am
+++ /dev/null
@@ -1,20 +0,0 @@
-@INTLTOOL_SCHEMAS_RULE@
-
-schemadir = $(GCONF_SCHEMA_FILE_DIR)
-schema_in_files = sugar.schemas.in
-schema_DATA = $(schema_in_files:.schemas.in=.schemas)
-
-install-data-local: $(schema_DATA)
-if GCONF_SCHEMAS_INSTALL
- if test -z "$(DESTDIR)" ; then \
- for p in $^ ; do \
- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $$p 2>&1 > /dev/null; \
- done \
- fi
-endif
-
-EXTRA_DIST = \
- $(schema_in_files)
-
-DISTCLEANFILES = \
- $(schema_in_files:.schemas.in=.schemas)