[gnome-bluetooth] [PATCH 02/12] build: link telepathy against $(PHONEMGR_LIBS)

Ladislav Michl ladis at linux-mips.org
Sun Jan 15 04:41:21 EST 2017


From: Matthias Klose <doko at ubuntu.com>

Fix FTBFS with ld --no-add-needed
---
 telepathy/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/telepathy/Makefile.am b/telepathy/Makefile.am
index 32b8ce0..fb567a3 100644
--- a/telepathy/Makefile.am
+++ b/telepathy/Makefile.am
@@ -36,6 +36,7 @@ telepathy_phoney_SOURCES = $(BACKEND_FILES)
 
 telepathy_phoney_LDADD =		\
 	$(TELEPATHY_LIBS)		\
+	$(PHONEMGR_LIBS)		\
 	../libgsm/libgsmwrap.la
 
 # Manager file
-- 
2.11.0



More information about the gnome-bluetooth mailing list