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)
This commit is contained in:
Owen Taylor 2000-06-07 13:22:41 +00:00 committed by Owen Taylor
parent a1b8b951ef
commit ac0c2c1c5a
2 changed files with 7 additions and 1 deletions

View 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

View 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