[Galago-commits] r2442 - in trunk/notification-daemon: . data
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Thu Jan 19 22:34:30 PST 2006
Author: chipx86
Date: 2006-01-19 22:34:29 -0800 (Thu, 19 Jan 2006)
New Revision: 2442
Modified:
trunk/notification-daemon/ChangeLog
trunk/notification-daemon/data/Makefile.am
Log:
NO! Install the schema always!
Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog 2006-01-20 06:11:53 UTC (rev 2441)
+++ trunk/notification-daemon/ChangeLog 2006-01-20 06:34:29 UTC (rev 2442)
@@ -1,3 +1,8 @@
+Thu Jan 19 22:34:16 PST 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * data/Makefile.am:
+ - NO! Install the schema always!
+
Thu Jan 19 10:18:09 PST 2006 Christian Hammond <chipx86 at chipx86.com>
* src/daemon.c:
Modified: trunk/notification-daemon/data/Makefile.am
===================================================================
--- trunk/notification-daemon/data/Makefile.am 2006-01-20 06:11:53 UTC (rev 2441)
+++ trunk/notification-daemon/data/Makefile.am 2006-01-20 06:34:29 UTC (rev 2442)
@@ -3,16 +3,12 @@
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
@INTLTOOL_SCHEMAS_RULE@
-if GCONF_SCHEMAS_INSTALL
install-data-local:
if test -z "$(DESTDIR)"; then \
for p in $(schemas_DATA); do \
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
done \
fi
-else
-install-data-local:
-endif
EXTRA_DIST = $(schemas_in_files)
CLEANFILES = $(schemas_DATA)
More information about the galago-commits
mailing list