Fix !srcdir build
authorMatthias Clasen <mclasen@redhat.com>
Thu, 22 Apr 2010 23:31:39 +0000 (19:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 22 Apr 2010 23:31:39 +0000 (19:31 -0400)
Bug 616216

gthread/tests/Makefile.am

index c5fb653..1b59ff4 100644 (file)
@@ -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 \