[empathy] [nst] Link against libempathy
- From: Sjoerd Simons <sjoerds src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [empathy] [nst] Link against libempathy
- Date: Sun,  7 Oct 2012 10:53:23 +0000 (UTC)
commit f5486dce8dbb842ad9edfcd89db6573f9f308ab8
Author: Sjoerd Simons <sjoerd luon net>
Date:   Sun Oct 7 11:21:00 2012 +0200
    [nst] Link against libempathy
    
    As the nautilus-sendto-plugin uses functions from libempathy it should
    link directly against it otherwise the build fails when using
    -Wl,--as-needed:
    
    .libs/empathy-nautilus-sendto.o: In function
    `dup_contact_from_individual':
    /tmp/buildd/empathy-3.6.0.1/nautilus-sendto-plugin/empathy-nautilus-sendto.c:73:
    undefined reference to `empathy_contact_dup_best_for_action'
    /tmp/buildd/empathy-3.6.0.1/nautilus-sendto-plugin/empathy-nautilus-sendto.c:78:
    undefined reference to `empathy_contact_can_do_action'
 nautilus-sendto-plugin/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/nautilus-sendto-plugin/Makefile.am b/nautilus-sendto-plugin/Makefile.am
index 63f8c44..171ba2e 100644
--- a/nautilus-sendto-plugin/Makefile.am
+++ b/nautilus-sendto-plugin/Makefile.am
@@ -16,5 +16,5 @@ libnstempathy_la_SOURCES = empathy-nautilus-sendto.c
 libnstempathy_la_LDFLAGS = -module -avoid-version
 libnstempathy_la_LIBADD =				\
 	$(NST_LIBS)					\
+	$(top_builddir)/libempathy/libempathy.la \
 	$(top_builddir)/libempathy-gtk/libempathy-gtk.la
-
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]