mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
fixed build order to build gobject after gmodule gthread so gobject tests
2008-02-07 12:58:54 Tim Janik <timj@imendio.com> * Makefile.am: fixed build order to build gobject after gmodule gthread so gobject tests can be threaded. svn path=/trunk/; revision=6480
This commit is contained in:
parent
da246088a8
commit
a9287f0cdf
@ -1,3 +1,8 @@
|
|||||||
|
2008-02-07 12:58:54 Tim Janik <timj@imendio.com>
|
||||||
|
|
||||||
|
* Makefile.am: fixed build order to build gobject after gmodule gthread
|
||||||
|
so gobject tests can be threaded.
|
||||||
|
|
||||||
2008-02-07 Ryan Lortie <desrt@desrt.ca>
|
2008-02-07 Ryan Lortie <desrt@desrt.ca>
|
||||||
|
|
||||||
* glib/gmessages.h (g_error): add for(;;); after the g_log call so
|
* glib/gmessages.h (g_error): add for(;;); after the g_log call so
|
||||||
|
@ -3,7 +3,7 @@ include $(top_srcdir)/Makefile.decl
|
|||||||
|
|
||||||
AUTOMAKE_OPTIONS = 1.7
|
AUTOMAKE_OPTIONS = 1.7
|
||||||
|
|
||||||
SUBDIRS = . m4macros glib gobject gmodule gthread gio tests po docs
|
SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs
|
||||||
DIST_SUBDIRS = $(SUBDIRS) build
|
DIST_SUBDIRS = $(SUBDIRS) build
|
||||||
|
|
||||||
bin_SCRIPTS = glib-gettextize
|
bin_SCRIPTS = glib-gettextize
|
||||||
|
Loading…
Reference in New Issue
Block a user