diff options
author | Tor Lillqvist <tml@iki.fi> | 2000-07-14 22:46:35 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2000-07-14 22:46:35 +0000 |
commit | 45adcf12c156ee7c8074d57c30262e809a05a1e1 (patch) | |
tree | b60113028e9d1c7cf33618ae71cbe843941eb952 /gthread | |
parent | f5d91c6f16c1079aed4b96e73fc421076195b91d (diff) |
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 'gthread')
-rw-r--r-- | gthread/makefile.mingw.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gthread/makefile.mingw.in b/gthread/makefile.mingw.in index 47e7863bf..d0739dd87 100644 --- a/gthread/makefile.mingw.in +++ b/gthread/makefile.mingw.in @@ -14,7 +14,7 @@ PTHREADS = $(TOP)/pthreads-snap-1999-05-30 PTHREAD_LIBS = -L $(PTHREADS) -lpthread32 PTHREAD_INC = -I $(PTHREADS) -include $(TOP)/build/win32/make.mingw +include ../build/win32/make.mingw ################################################################ |