summaryrefslogtreecommitdiff
path: root/gobject
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-06-07 13:22:41 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-06-07 13:22:41 +0000
commitac0c2c1c5a26550a9ec29cedb95f23fe54738efc (patch)
treec602dcfb578f48a801855eac06bace26cacd7912 /gobject
parenta1b8b951eff322ab7e6f9319213fa5da7ed92ef7 (diff)
downloadglib-ac0c2c1c5a26550a9ec29cedb95f23fe54738efc.tar.gz
Add top_builddir so glibconfig.h is found properly when build srcdir !=
Wed Jun 7 09:21:05 2000 Owen Taylor <otaylor@redhat.com> * Makefile.am (INCLUDES): Add top_builddir so glibconfig.h is found properly when build srcdir != builddir. (Patch from Eric Lemings)
Diffstat (limited to 'gobject')
-rw-r--r--gobject/ChangeLog6
-rw-r--r--gobject/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/gobject/ChangeLog b/gobject/ChangeLog
index f7535eb71..e2ab9c5f7 100644
--- a/gobject/ChangeLog
+++ b/gobject/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jun 7 09:21:05 2000 Owen Taylor <otaylor@redhat.com>
+
+ * 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 <tml@iki.fi>
* makefile.mingw.in
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index 80a2d5e0d..d7859bc5d 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