From 45adcf12c156ee7c8074d57c30262e809a05a1e1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Fri, 14 Jul 2000 22:46:35 +0000 Subject: Include the "build" module in GLib, too, to make it more self-contained. 2000-07-15 Tor Lillqvist * 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. --- gthread/makefile.mingw.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gthread') 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 ################################################################ -- cgit v1.2.3