[json-glib] build: Fix srcdir != builddir
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib] build: Fix srcdir != builddir
- Date: Thu, 22 Sep 2011 18:02:29 +0000 (UTC)
commit 941aff3788ed5ab32e577bcad626150f5e20ce7e
Author: Colin Walters <walters verbum org>
Date: Thu Sep 22 13:51:09 2011 -0400
build: Fix srcdir != builddir
We need to find the generated version.h in the builddir.
json-glib/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/json-glib/Makefile.am b/json-glib/Makefile.am
index ff9a800..c75a817 100644
--- a/json-glib/Makefile.am
+++ b/json-glib/Makefile.am
@@ -10,7 +10,7 @@ DIST_SUBDIRS = tests
NULL =
-INCLUDES = -I$(top_srcdir)
+INCLUDES = -I$(top_srcdir) -I$(top_builddir)
AM_CPPFLAGS = \
-DPREFIX=\""$(prefix)"\" \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]