From c0619e8382aa29b5cbc872481abd7422ecc9b25b Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 18 Nov 2009 17:06:34 +0000 Subject: 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 --- nautilus-sendto-plugin/Makefile.am | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3