summaryrefslogtreecommitdiff
path: root/gthread
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-04-22 19:31:39 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-04-22 19:31:39 -0400
commit7b43d2d299ef58f5d174b1b5bf4704488981259b (patch)
treec736a2643c2406cbba6df7846c463f57202120cf /gthread
parent708d540a6f364b254f001b863be837ca9a0e1797 (diff)
Fix !srcdir build
Bug 616216
Diffstat (limited to 'gthread')
-rw-r--r--gthread/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gthread/tests/Makefile.am b/gthread/tests/Makefile.am
index c5fb65335..1b59ff459 100644
--- a/gthread/tests/Makefile.am
+++ b/gthread/tests/Makefile.am
@@ -1,6 +1,6 @@
include $(top_srcdir)/Makefile.decl
-INCLUDES = -g -I$(top_srcdir) -I$(top_srcdir)/glib $(GLIB_DEBUG_FLAGS)
+INCLUDES = -g -I$(top_srcdir) -I$(top_srcdir)/glib -I$(top_builddir)/glib $(GLIB_DEBUG_FLAGS)
noinst_PROGRAMS = $(TEST_PROGS)
progs_ldadd = $(top_builddir)/glib/libglib-2.0.la \