[glib] Fix builddir != src builds



commit 77ebf9bfc50f86f6ecc4aa41c0b5f4cea75219ad
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 30 17:26:33 2012 -0500

    Fix builddir != src builds

 gio/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index cf2b7dd..da76927 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -667,7 +667,7 @@ gio_querymodules_LDADD	 = \
 	$(NULL)
 
 gconstructor_as_data.h: $(top_srcdir)/glib/gconstructor.h data-to-c$(EXEEXT)
-	./data-to-c $(top_srcdir)/glib/gconstructor.h gconstructor_code > gconstructor_as_data.h
+	$(builddir)/data-to-c $(top_srcdir)/glib/gconstructor.h gconstructor_code > gconstructor_as_data.h
 
 glib_compile_schemas_LDADD = $(top_builddir)/glib/libglib-2.0.la
 glib_compile_schemas_SOURCES = \



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