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 /gmodule | |
parent | 38c3f9964c2c0b7243cf5033ffc1d197c292b337 (diff) |
Add $(top_builddir)/glib to includes
This is required to find glibconfig.h during srcdir != builddir builds
Diffstat (limited to 'gmodule')
-rw-r--r-- | gmodule/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gmodule/Makefile.am b/gmodule/Makefile.am index 01cad55a5..0b142ddb0 100644 --- a/gmodule/Makefile.am +++ b/gmodule/Makefile.am @@ -5,6 +5,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/glib \ -I$(top_srcdir)/gmodule \ + -I$(top_builddir)/glib \ -DG_LOG_DOMAIN=\"GModule\" \ @GLIB_DEBUG_FLAGS@ \ -DG_DISABLE_DEPRECATED |