diff --git a/ChangeLog b/ChangeLog index 3820fddf7..7b825dc0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-06 Matthias Clasen + + * tests/Makefile.am: Apply a patch by Loïc Minier + to fix building with -Wl,-z,defs. (#149144) + 2007-03-03 Thierry Randrianiriana * po/mg.po: Added Malagasy translation. diff --git a/tests/Makefile.am b/tests/Makefile.am index df5dd7b60..2964bd1f5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -9,9 +9,9 @@ libgthread = $(top_builddir)/gthread/libgthread-2.0.la libgmodule = $(top_builddir)/gmodule/libgmodule-2.0.la libgobject = $(top_builddir)/gobject/libgobject-2.0.la -if PLATFORM_WIN32 libadd_libgmodule = $(libgmodule) libadd_libglib = $(libglib) +if PLATFORM_WIN32 no_undefined = -no-undefined module_test_exp = module-test.exp