Include the "build" module in GLib, too, to make it more self-contained.

2000-07-15  Tor Lillqvist  <tml@iki.fi>

* Makefile.am (SUBDIRS): Include the "build" module in GLib, too,
to make it more self-contained. If your CVS client doesn't
automatically get it, do a cvs get build in glib.

* */makefile.mingw.in: Include make.mingw from build in the glib
source directory.
This commit is contained in:
Tor Lillqvist
2000-07-14 22:46:35 +00:00
committed by Tor Lillqvist
parent f5d91c6f16
commit 45adcf12c1
16 changed files with 80 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
TOP = ../..
include $(TOP)/build/win32/make.mingw
include ../build/win32/make.mingw
################################################################