[folks] Bug 627314 — folks cannot be install in gentoo sandbox



commit 97dd951ab8486d0ffba4a97f3e79fa53a0143d36
Author: Maciej Piechotka <uzytkownik2 gmail com>
Date:   Thu Aug 19 00:24:05 2010 +0200

    Bug 627314 â?? folks cannot be install in gentoo sandbox
    
    Correct a problem in the Telepathy backend's LDADD. Closes: bgo#627314

 backends/telepathy/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/backends/telepathy/Makefile.am b/backends/telepathy/Makefile.am
index 42a867f..ccad7ba 100644
--- a/backends/telepathy/Makefile.am
+++ b/backends/telepathy/Makefile.am
@@ -182,7 +182,7 @@ libfolks_backend_telepathy_la_LIBADD = \
 	$(GEE_LIBS) \
 	$(TP_GLIB_LIBS) \
 	-L$(abs_top_srcdir)/backends/telepathy/.libs \
-	-lfolks-telepathy \
+	libfolks-telepathy.la \
 	$(NULL)
 
 libfolks_backend_telepathy_la_LDFLAGS = -shared -fPIC -module -avoid-version



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