From 5f318bed2a724a2ab9b85d299f4fb640b9663cce Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sun, 4 Apr 2010 22:26:59 +0300 Subject: [PATCH] build: use $(builddir) for installing generated files --- gconf/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gconf/Makefile.am b/gconf/Makefile.am index eb17d38..a4b4354 100644 --- a/gconf/Makefile.am +++ b/gconf/Makefile.am @@ -9,7 +9,7 @@ gstreamer-@GST_MAJORMINOR@.schemas: gstreamer.schemas if GCONF_SCHEMAS_INSTALL install-data-local: @GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \ - --makefile-install-rule $(srcdir)/$(schema_DATA) || \ + --makefile-install-rule $(builddir)/$(schema_DATA) || \ (echo ;\ echo "*****************************************************"; \ echo "Installation of schemas failed, install them manually"; \ -- 2.7.4