Apply a patch by Loïc Minier to fix building with -Wl,-z,defs. (#149144)

2007-03-06  Matthias Clasen  <mclasen@Redhat.com>

        * tests/Makefile.am: Apply a patch by Loïc Minier
        to fix building with -Wl,-z,defs.  (#149144)



svn path=/trunk/; revision=5367
This commit is contained in:
Matthias Clasen 2007-03-06 05:01:45 +00:00 committed by Matthias Clasen
parent addaf829f8
commit 085042c6d7
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-03-06 Matthias Clasen <mclasen@Redhat.com>
* tests/Makefile.am: Apply a patch by Loïc Minier
to fix building with -Wl,-z,defs. (#149144)
2007-03-03 Thierry Randrianiriana <randrianiriana@gmail.com> 2007-03-03 Thierry Randrianiriana <randrianiriana@gmail.com>
* po/mg.po: Added Malagasy translation. * po/mg.po: Added Malagasy translation.

View File

@ -9,9 +9,9 @@ libgthread = $(top_builddir)/gthread/libgthread-2.0.la
libgmodule = $(top_builddir)/gmodule/libgmodule-2.0.la libgmodule = $(top_builddir)/gmodule/libgmodule-2.0.la
libgobject = $(top_builddir)/gobject/libgobject-2.0.la libgobject = $(top_builddir)/gobject/libgobject-2.0.la
if PLATFORM_WIN32
libadd_libgmodule = $(libgmodule) libadd_libgmodule = $(libgmodule)
libadd_libglib = $(libglib) libadd_libglib = $(libglib)
if PLATFORM_WIN32
no_undefined = -no-undefined no_undefined = -no-undefined
module_test_exp = module-test.exp module_test_exp = module-test.exp