[dconf] Fix linking of dbus1 test case



commit 9c2c9c87a70423265d14b3aca78ce25b9705d4aa
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Jan 18 00:58:46 2011 -0500

    Fix linking of dbus1 test case
    
    Some linkers care about the order of -l options appearing on the
    commandline.

 tests/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6f14f30..3b66beb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -3,8 +3,8 @@ INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/engine -I$(top_srcdir)/client
 
 noinst_PROGRAMS = paths gsettings dbus1
 
-dbus1_LDFLAGS = -L../dbus-1 -ldconf-dbus-1 $(glib_LIBS)
 gsettings_LDADD = $(gio_LIBS)
+dbus1_LDADD = -L../dbus-1 -ldconf-dbus-1 $(glib_LIBS)
 paths_LDADD = $(gio_LIBS)
 paths_SOURCES = \
 	../common/dconf-paths.c		\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]