Add top_builddir so glibconfig.h is found properly when build srcdir !=
authorOwen Taylor <otaylor@redhat.com>
Wed, 7 Jun 2000 13:22:41 +0000 (13:22 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Wed, 7 Jun 2000 13:22:41 +0000 (13:22 +0000)
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)

gobject/ChangeLog
gobject/Makefile.am

index f7535eb..e2ab9c5 100644 (file)
@@ -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
index 80a2d5e..d7859bc 100644 (file)
@@ -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