[gnome-bluetooth] applet: Fix linking error due to DSO linking changes



commit 8a8ae41a1b7fa595f114036ecbe061d07c475fd7
Author: Krzysztof Klimonda <kklimonda syntaxhighlighted com>
Date:   Tue Dec 6 22:13:33 2011 +0100

    applet: Fix linking error due to DSO linking changes
    
    Link with the libgnome-bluetooth explicitly to fix the build failure
    on platforms where ld's --as-needed option is enabled by default.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=665639

 applet/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/applet/Makefile.am b/applet/Makefile.am
index b931187..961e19f 100644
--- a/applet/Makefile.am
+++ b/applet/Makefile.am
@@ -4,7 +4,7 @@ bin_PROGRAMS = bluetooth-applet
 
 bluetooth_applet_SOURCES = main.c notify.h notify.c agent.h agent.c
 
-bluetooth_applet_LDADD = $(builddir)/libgnome-bluetooth-applet.la $(APPLET_LIBS)
+bluetooth_applet_LDADD = $(top_builddir)/lib/libgnome-bluetooth.la $(builddir)/libgnome-bluetooth-applet.la $(APPLET_LIBS)
 
 noinst_PROGRAMS = test-agentdialog test-icon
 



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