summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-07-27 08:50:06 -0400
committerColin Walters <walters@verbum.org>2011-07-27 09:12:17 -0400
commitf5f33223d876cefd56412df9d918ea7442f8322f (patch)
tree87adf319c64375abd8ab398126b9bf9143d6ac3e
parentfd1351ed78a84cfb170972de936fc72f9992f0e3 (diff)
downloadgobject-introspection-f5f33223d876cefd56412df9d918ea7442f8322f.tar.gz
build: Fix srcdir != builddir for flex/bison
Build artifacts go in the builddir, so drop the giscanner/ prefix.
-rw-r--r--Makefile-giscanner.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile-giscanner.am b/Makefile-giscanner.am
index 509cfeb9..8a8c7edb 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