[f-spot] add some biulddir prefix



commit 6b574f43ee5f2a23bad488e839fec6ef7d3f8b25
Author: Stephane Delcroix <stephane delcroix org>
Date:   Wed May 27 08:40:01 2009 +0200

    add some biulddir prefix
---
 gio-sharp/gio/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gio-sharp/gio/Makefile.am b/gio-sharp/gio/Makefile.am
index 4c1990f..ddeebb1 100644
--- a/gio-sharp/gio/Makefile.am
+++ b/gio-sharp/gio/Makefile.am
@@ -17,9 +17,9 @@ all: gio-sharp.dll
 
 gio-api.xml: $(srcdir)/gio-api.raw $(srcdir)/Gio.metadata
 	@echo -e "\n*** Massaging the raw api into $@"
-	cp $(srcdir)/gio-api.raw gio-api.xml
+	cp $(srcdir)/gio-api.raw $(builddir)/gio-api.xml
 	chmod +w $(builddir)/gio-api.xml
-	gapi2-fixup --api=gio-api.xml --metadata=$(srcdir)/Gio.metadata
+	gapi2-fixup --api=$(builddir)/gio-api.xml --metadata=$(srcdir)/Gio.metadata
 
 $(builddir)/../generator/gapi_codegen.exe:
 	$(MAKE) -C $(builddir)/../generator



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]