From: <nos...@us...> - 2006-10-18 17:06:48
|
Revision: 17526 http://svn.sourceforge.net/gaim/?rev=17526&view=rev Author: nosnilmot Date: 2006-10-18 10:06:42 -0700 (Wed, 18 Oct 2006) Log Message: ----------- Hopefully fix the latest make distcheck error Luke came across Modified Paths: -------------- trunk/libgaim/gconf/Makefile.am Modified: trunk/libgaim/gconf/Makefile.am =================================================================== --- trunk/libgaim/gconf/Makefile.am 2006-10-18 16:42:53 UTC (rev 17525) +++ trunk/libgaim/gconf/Makefile.am 2006-10-18 17:06:42 UTC (rev 17526) @@ -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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |