aboutsummaryrefslogtreecommitdiffstats
path: root/nautilus-sendto-plugin
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2009-11-19 01:06:34 +0800
committerBastien Nocera <hadess@hadess.net>2009-11-19 01:21:14 +0800
commitc0619e8382aa29b5cbc872481abd7422ecc9b25b (patch)
tree4a819cc65fca66c49d0c47194729f081e3146401 /nautilus-sendto-plugin
parentdb67069547cedf5728d0015b1c207da6bd5445f0 (diff)
downloadgsoc2013-empathy-c0619e8382aa29b5cbc872481abd7422ecc9b25b.tar
gsoc2013-empathy-c0619e8382aa29b5cbc872481abd7422ecc9b25b.tar.gz
gsoc2013-empathy-c0619e8382aa29b5cbc872481abd7422ecc9b25b.tar.bz2
gsoc2013-empathy-c0619e8382aa29b5cbc872481abd7422ecc9b25b.tar.lz
gsoc2013-empathy-c0619e8382aa29b5cbc872481abd7422ecc9b25b.tar.xz
gsoc2013-empathy-c0619e8382aa29b5cbc872481abd7422ecc9b25b.tar.zst
gsoc2013-empathy-c0619e8382aa29b5cbc872481abd7422ecc9b25b.zip
Fix nautilus-sendto plugin's linking
No need to link to both libempathy-gtk and libempathy, the former already links to the latter. https://bugzilla.gnome.org/show_bug.cgi?id=602324
Diffstat (limited to 'nautilus-sendto-plugin')
-rw-r--r--nautilus-sendto-plugin/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/nautilus-sendto-plugin/Makefile.am b/nautilus-sendto-plugin/Makefile.am
index dc0c74416..8fc5c1e4b 100644
--- a/nautilus-sendto-plugin/Makefile.am
+++ b/nautilus-sendto-plugin/Makefile.am
@@ -14,6 +14,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