summaryrefslogtreecommitdiff
path: root/tests/refcount
diff options
context:
space:
mode:
authorpaul <ephraim_owns@hotmail.com>2010-08-05 09:08:34 -0400
committerRyan Lortie <desrt@desrt.ca>2010-08-05 09:08:34 -0400
commit9f6faaffb6491a8de5508b7678ab48fee4f59efa (patch)
tree949beb4c8e2ba540330c19c8dc66a3924b6db548 /tests/refcount
parent38c3f9964c2c0b7243cf5033ffc1d197c292b337 (diff)
downloadglib-9f6faaffb6491a8de5508b7678ab48fee4f59efa.tar.gz
Add $(top_builddir)/glib to includes
This is required to find glibconfig.h during srcdir != builddir builds
Diffstat (limited to 'tests/refcount')
-rw-r--r--tests/refcount/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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