diff options
author | paul <ephraim_owns@hotmail.com> | 2010-08-05 09:08:34 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-08-05 09:08:34 -0400 |
commit | 9f6faaffb6491a8de5508b7678ab48fee4f59efa (patch) | |
tree | 949beb4c8e2ba540330c19c8dc66a3924b6db548 /tests | |
parent | 38c3f9964c2c0b7243cf5033ffc1d197c292b337 (diff) |
Add $(top_builddir)/glib to includes
This is required to find glibconfig.h during srcdir != builddir builds
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 | ||||
-rw-r--r-- | tests/gobject/Makefile.am | 1 | ||||
-rw-r--r-- | tests/refcount/Makefile.am | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5eed30a0a..29bb299f2 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -6,6 +6,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/glib \ -I$(top_srcdir)/gmodule \ + -I$(top_builddir)/glib \ $(GLIB_DEBUG_FLAGS) AM_CFLAGS = -g diff --git a/tests/gobject/Makefile.am b/tests/gobject/Makefile.am index a5509796e..ef1816842 100644 --- a/tests/gobject/Makefile.am +++ b/tests/gobject/Makefile.am @@ -4,6 +4,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/glib \ -I$(top_srcdir)/gmodule \ + -I$(top_builddir)/glib \ $(GLIB_DEBUG_FLAGS) libglib = $(top_builddir)/glib/libglib-2.0.la diff --git a/tests/refcount/Makefile.am b/tests/refcount/Makefile.am index e72c964de..3bbeaa391 100644 --- a/tests/refcount/Makefile.am +++ b/tests/refcount/Makefile.am @@ -4,6 +4,7 @@ INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/glib \ -I$(top_srcdir)/gmodule \ + -I$(top_builddir)/glib \ $(GLIB_DEBUG_FLAGS) libglib = $(top_builddir)/glib/libglib-2.0.la |