From: 12:58:54 Tim Janik Date: Thu, 7 Feb 2008 12:00:34 +0000 (+0000) Subject: fixed build order to build gobject after gmodule gthread so gobject tests X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a9287f0cdf53c49163d9128b425e3d29efad3d03;p=dana%2Fcg-glib.git fixed build order to build gobject after gmodule gthread so gobject tests 2008-02-07 12:58:54 Tim Janik * Makefile.am: fixed build order to build gobject after gmodule gthread so gobject tests can be threaded. svn path=/trunk/; revision=6480 --- diff --git a/ChangeLog b/ChangeLog index 499915df..2799940a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-02-07 12:58:54 Tim Janik + + * Makefile.am: fixed build order to build gobject after gmodule gthread + so gobject tests can be threaded. + 2008-02-07 Ryan Lortie * glib/gmessages.h (g_error): add for(;;); after the g_log call so diff --git a/Makefile.am b/Makefile.am index 57f77d3e..b2a0a41f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ include $(top_srcdir)/Makefile.decl 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 bin_SCRIPTS = glib-gettextize