[Xfce4-commits] <exo:xfce-4.8> Add missing $(GLIB_LIBS) in tests Makefile.am.

Jannis Pohlmann noreply at xfce.org
Mon Feb 20 20:20:01 CET 2012


Updating branch refs/heads/xfce-4.8
         to 96f0821260051822f15969ecec225cc85e46e677 (commit)
       from fa0261d20dc5500bd5fcb45ffa4ea6fb83dc3f2f (commit)

commit 96f0821260051822f15969ecec225cc85e46e677
Author: Yves-Alexis Perez <corsac at debian.org>
Date:   Thu Sep 8 10:25:05 2011 +0200

    Add missing $(GLIB_LIBS) in tests Makefile.am.

 tests/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3503c2b..4af4858 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -39,6 +39,7 @@ test_exo_noop_DEPENDENCIES =						\
 	$(top_builddir)/exo/libexo-$(LIBEXO_VERSION_API).la
 
 test_exo_noop_LDADD =							\
+	$(GLIB_LIBS)							\
 	$(top_builddir)/exo/libexo-$(LIBEXO_VERSION_API).la
 
 test_exo_string_SOURCES =						\
@@ -52,6 +53,7 @@ test_exo_string_DEPENDENCIES =						\
 	$(top_builddir)/exo/libexo-$(LIBEXO_VERSION_API).la
 
 test_exo_string_LDADD =							\
+	$(GLIB_LIBS)							\
 	$(top_builddir)/exo/libexo-$(LIBEXO_VERSION_API).la
 
 test_exo_icon_chooser_dialog_SOURCES =					\


More information about the Xfce4-commits mailing list