aboutsummaryrefslogtreecommitdiffstats
path: root/nautilus-sendto-plugin
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2012-10-07 17:21:00 +0800
committerSjoerd Simons <sjoerd@luon.net>2012-10-07 17:23:05 +0800
commitf5486dce8dbb842ad9edfcd89db6573f9f308ab8 (patch)
treef2d275e22260f6a36ebdb7889a114f3e034ac08d /nautilus-sendto-plugin
parentd847e6b17a357fed2a9ed7f2008a99ea522c73d7 (diff)
downloadgsoc2013-empathy-f5486dce8dbb842ad9edfcd89db6573f9f308ab8.tar
gsoc2013-empathy-f5486dce8dbb842ad9edfcd89db6573f9f308ab8.tar.gz
gsoc2013-empathy-f5486dce8dbb842ad9edfcd89db6573f9f308ab8.tar.bz2
gsoc2013-empathy-f5486dce8dbb842ad9edfcd89db6573f9f308ab8.tar.lz
gsoc2013-empathy-f5486dce8dbb842ad9edfcd89db6573f9f308ab8.tar.xz
gsoc2013-empathy-f5486dce8dbb842ad9edfcd89db6573f9f308ab8.tar.zst
gsoc2013-empathy-f5486dce8dbb842ad9edfcd89db6573f9f308ab8.zip
[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'
Diffstat (limited to 'nautilus-sendto-plugin')
-rw-r--r--nautilus-sendto-plugin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/nautilus-sendto-plugin/Makefile.am b/nautilus-sendto-plugin/Makefile.am
index 63f8c442b..171ba2ed2 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
-