Add $(top_builddir)/glib to includes

This is required to find glibconfig.h during srcdir != builddir builds
This commit is contained in:
paul
2010-08-05 09:08:34 -04:00
committed by Ryan Lortie
parent 38c3f9964c
commit 9f6faaffb6
11 changed files with 12 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/glib \
-I$(top_srcdir)/gthread \
-I$(top_builddir)/glib \
-DG_LOG_DOMAIN=\"GThread\" \
@GTHREAD_COMPILE_IMPL_DEFINES@ \
@GLIB_DEBUG_FLAGS@ \