From a9287f0cdf53c49163d9128b425e3d29efad3d03 Mon Sep 17 00:00:00 2001 From: "12:58:54 Tim Janik" Date: Thu, 7 Feb 2008 12:00:34 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ Makefile.am | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.34.1