Updating branch refs/heads/master
         to 2a5285817089f87fda806b07168b040780b38229 (commit)
       from 798413de4f73ac9a6a5d15c77cfbdebe7479bc23 (commit)

commit 2a5285817089f87fda806b07168b040780b38229
Author: Yves-Alexis Perez <[email protected]>
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 =                                 \
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to