[Xfce4-commits] [xfce/xfconf] 06/31: Add dbus cflags and libs for all tests to avoid 'dso missing from command line' error.

noreply at xfce.org noreply at xfce.org
Thu Jun 1 13:32:59 CEST 2017


This is an automated email from the git hooks/post-receive script.

a   l   i       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/xfconf.

commit 944704065fe1812af3c14ba4ce8ea1d4f7333de7
Author: Ali Abdallah <aliovx at gmail.com>
Date:   Fri Mar 25 11:12:30 2016 +0100

    Add dbus cflags and libs for all tests to avoid
    'dso missing from command line' error.
---
 tests/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/Makefile.inc b/tests/Makefile.inc
index 7a5a715..da1c6b0 100644
--- a/tests/Makefile.inc
+++ b/tests/Makefile.inc
@@ -22,6 +22,6 @@ AM_CFLAGS = \
 	$(GLIB_CFLAGS) \
 	$(DBUS_CFLAGS)
 
-LIBS = \
+LIBS = $(DBUS_GLIB_LIBS) \
 	$(top_builddir)/xfconf/libxfconf-$(LIBXFCONF_VERSION_API).la
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list