[gnome-bluetooth] lib: Better define linking of the test programs



commit c8e287bf7471bd2edfd33eada0bd734e8fe89ffa
Author: Bastien Nocera <hadess hadess net>
Date:   Fri Dec 16 16:04:11 2011 +0000

    lib: Better define linking of the test programs

 lib/Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index c56c877..f5db472 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -102,15 +102,15 @@ CLEANFILES += $(BUILT_SOURCES)
 
 noinst_PROGRAMS = test-client test-agent test-deviceselection test-plugins test-class
 
-test_client_LDADD = libgnome-bluetooth.la $(GTK_LIBS)
+test_client_LDADD = libgnome-bluetooth.la $(LIBGNOMEBT_LIBS)
 
-test_agent_LDADD = libgnome-bluetooth.la
+test_agent_LDADD = libgnome-bluetooth.la $(LIBGNOMEBT_LIBS)
 
-test_deviceselection_LDADD = libgnome-bluetooth.la
+test_deviceselection_LDADD = libgnome-bluetooth.la $(LIBGNOMEBT_LIBS)
 
-test_plugins_LDADD = libgnome-bluetooth.la
+test_plugins_LDADD = libgnome-bluetooth.la $(LIBGNOMEBT_LIBS)
 
-test_class_LDADD = libgnome-bluetooth.la
+test_class_LDADD = libgnome-bluetooth.la $(LIBGNOMEBT_LIBS)
 
 EXTRA_DIST += bluetooth-client.xml gnome-bluetooth.symbols
 



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