[gobject-introspection] build: Fix srcdir != builddir for flex/bison



commit f5f33223d876cefd56412df9d918ea7442f8322f
Author: Colin Walters <walters verbum org>
Date:   Wed Jul 27 08:50:06 2011 -0400

    build: Fix srcdir != builddir for flex/bison
    
    Build artifacts go in the builddir, so drop the giscanner/ prefix.

 Makefile-giscanner.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile-giscanner.am b/Makefile-giscanner.am
index 509cfeb..8a8c7ed 100644
--- a/Makefile-giscanner.am
+++ b/Makefile-giscanner.am
@@ -9,7 +9,7 @@ BUILT_SOURCES += 		\
 AM_YFLAGS = -d -t
 
 # Why do I have to do this automake?
-scannerlexer.h: giscanner/scannerlexer.c
+scannerlexer.h: scannerlexer.c
 
 noinst_LTLIBRARIES += libgiscanner.la
 



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