summaryrefslogtreecommitdiff
path: root/makefile.mingw.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2000-07-14 22:46:35 +0000
committerTor Lillqvist <tml@src.gnome.org>2000-07-14 22:46:35 +0000
commit45adcf12c156ee7c8074d57c30262e809a05a1e1 (patch)
treeb60113028e9d1c7cf33618ae71cbe843941eb952 /makefile.mingw.in
parentf5d91c6f16c1079aed4b96e73fc421076195b91d (diff)
downloadglib-45adcf12c156ee7c8074d57c30262e809a05a1e1.tar.gz
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.
Diffstat (limited to 'makefile.mingw.in')
-rw-r--r--makefile.mingw.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.mingw.in b/makefile.mingw.in
index 2a4ab78a9..62eb80aca 100644
--- a/makefile.mingw.in
+++ b/makefile.mingw.in
@@ -11,7 +11,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
TOP = ..
-include $(TOP)/build/win32/make.mingw
+include build/win32/make.mingw
################################################################