mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01:00
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:
parent
f5d91c6f16
commit
45adcf12c1
@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
||||
Fri Jul 14 16:26:35 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Release 1.3.1
|
||||
|
@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
||||
Fri Jul 14 16:26:35 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Release 1.3.1
|
||||
|
@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
||||
Fri Jul 14 16:26:35 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Release 1.3.1
|
||||
|
@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
||||
Fri Jul 14 16:26:35 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Release 1.3.1
|
||||
|
@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
||||
Fri Jul 14 16:26:35 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Release 1.3.1
|
||||
|
@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
||||
Fri Jul 14 16:26:35 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Release 1.3.1
|
||||
|
@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
||||
Fri Jul 14 16:26:35 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Release 1.3.1
|
||||
|
@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
||||
Fri Jul 14 16:26:35 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* Release 1.3.1
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.4
|
||||
|
||||
SUBDIRS = . gobject gmodule gthread docs tests
|
||||
SUBDIRS = . gobject gmodule gthread docs tests build
|
||||
|
||||
bin_SCRIPTS=glib-config-2.0
|
||||
BUILT_SOURCES=glib-config-2.0
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = 1.4
|
||||
|
||||
SUBDIRS = . gobject gmodule gthread docs tests
|
||||
SUBDIRS = . gobject gmodule gthread docs tests build
|
||||
|
||||
bin_SCRIPTS=glib-config-2.0
|
||||
BUILT_SOURCES=glib-config-2.0
|
||||
|
@ -11,7 +11,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
|
||||
TOP = ..
|
||||
|
||||
include $(TOP)/build/win32/make.mingw
|
||||
include build/win32/make.mingw
|
||||
|
||||
################################################################
|
||||
|
||||
|
@ -7,7 +7,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
|
||||
TOP = ../..
|
||||
|
||||
include $(TOP)/build/win32/make.mingw
|
||||
include ../build/win32/make.mingw
|
||||
|
||||
################################################################
|
||||
|
||||
|
@ -7,7 +7,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
|
||||
TOP = ../..
|
||||
|
||||
include $(TOP)/build/win32/make.mingw
|
||||
include ../build/win32/make.mingw
|
||||
|
||||
################################################################
|
||||
|
||||
|
@ -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
|
||||
|
||||
################################################################
|
||||
|
||||
|
@ -11,7 +11,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
|
||||
TOP = ..
|
||||
|
||||
include $(TOP)/build/win32/make.mingw
|
||||
include build/win32/make.mingw
|
||||
|
||||
################################################################
|
||||
|
||||
|
@ -5,7 +5,7 @@ GLIB_VER = @GLIB_MAJOR_VERSION@.@GLIB_MINOR_VERSION@
|
||||
|
||||
TOP = ../..
|
||||
|
||||
include $(TOP)/build/win32/make.mingw
|
||||
include ../build/win32/make.mingw
|
||||
|
||||
################################################################
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user