mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 04:05:11 +01:00
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:
parent
a1b8b951ef
commit
ac0c2c1c5a
@ -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>
|
2000-05-13 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
* makefile.mingw.in
|
* makefile.mingw.in
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
SUBDIRS =
|
SUBDIRS =
|
||||||
|
|
||||||
INCLUDES = -I$(top_srcdir) @GLIB_DEBUG_FLAGS@
|
INCLUDES = -I$(top_srcdir) -I$(top_builddir) @GLIB_DEBUG_FLAGS@
|
||||||
|
|
||||||
# libraries to compile and install
|
# libraries to compile and install
|
||||||
lib_LTLIBRARIES = libgobject.la
|
lib_LTLIBRARIES = libgobject.la
|
||||||
|
Loading…
x
Reference in New Issue
Block a user