changeset 14768:1ed1f5effe19

[gaim-migrate @ 17526] Hopefully fix the latest make distcheck error Luke came across committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 18 Oct 2006 17:06:42 +0000
parents 40c572c73b69
children 61aa08fcd315
files libgaim/gconf/Makefile.am
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/gconf/Makefile.am	Wed Oct 18 16:42:53 2006 +0000
+++ b/libgaim/gconf/Makefile.am	Wed Oct 18 17:06:42 2006 +0000
@@ -8,7 +8,7 @@
 
 if GCONF_SCHEMAS_INSTALL
 install-data-local:
-	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA)
+	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
 else
 install-data-local:
 endif