diff options
author | Colin Walters <walters@verbum.org> | 2011-07-27 08:50:06 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2011-07-27 09:12:17 -0400 |
commit | f5f33223d876cefd56412df9d918ea7442f8322f (patch) | |
tree | 87adf319c64375abd8ab398126b9bf9143d6ac3e /Makefile-giscanner.am | |
parent | fd1351ed78a84cfb170972de936fc72f9992f0e3 (diff) | |
download | gobject-introspection-f5f33223d876cefd56412df9d918ea7442f8322f.tar.gz |
build: Fix srcdir != builddir for flex/bison
Build artifacts go in the builddir, so drop the giscanner/ prefix.
Diffstat (limited to 'Makefile-giscanner.am')
-rw-r--r-- | Makefile-giscanner.am | 2 |
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 |