From ac0c2c1c5a26550a9ec29cedb95f23fe54738efc Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Wed, 7 Jun 2000 13:22:41 +0000 Subject: [PATCH] Add top_builddir so glibconfig.h is found properly when build srcdir != Wed Jun 7 09:21:05 2000 Owen Taylor * Makefile.am (INCLUDES): Add top_builddir so glibconfig.h is found properly when build srcdir != builddir. (Patch from Eric Lemings) --- gobject/ChangeLog | 6 ++++++ gobject/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gobject/ChangeLog b/gobject/ChangeLog index f7535eb..e2ab9c5 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,3 +1,9 @@ +Wed Jun 7 09:21:05 2000 Owen Taylor + + * Makefile.am (INCLUDES): Add top_builddir so glibconfig.h + is found properly when build srcdir != builddir. (Patch from + Eric Lemings) + 2000-05-13 Tor Lillqvist * makefile.mingw.in diff --git a/gobject/Makefile.am b/gobject/Makefile.am index 80a2d5e..d7859bc 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = -INCLUDES = -I$(top_srcdir) @GLIB_DEBUG_FLAGS@ +INCLUDES = -I$(top_srcdir) -I$(top_builddir) @GLIB_DEBUG_FLAGS@ # libraries to compile and install lib_LTLIBRARIES = libgobject.la -- 2.7.4