From: <rl...@us...> - 2006-09-11 04:59:28
|
Revision: 17244 http://svn.sourceforge.net/gaim/?rev=17244&view=rev Author: rlaager Date: 2006-09-10 21:59:22 -0700 (Sun, 10 Sep 2006) Log Message: ----------- Unbreak make dist Modified Paths: -------------- trunk/libgaim/gconf/Makefile.am Modified: trunk/libgaim/gconf/Makefile.am =================================================================== --- trunk/libgaim/gconf/Makefile.am 2006-09-11 04:39:08 UTC (rev 17243) +++ trunk/libgaim/gconf/Makefile.am 2006-09-11 04:59:22 UTC (rev 17244) @@ -1,6 +1,8 @@ schemadir = @GCONF_SCHEMA_FILE_DIR@ schema_DATA = gaim.schemas +EXTRA_DIST = gaim.schemas + if GCONF_SCHEMAS_INSTALL install-data-local: GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$(schema_DATA) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |