[empathy] Fix nautilus-sendto plugin's linking



commit c0619e8382aa29b5cbc872481abd7422ecc9b25b
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Nov 18 17:06:34 2009 +0000

    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 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/nautilus-sendto-plugin/Makefile.am b/nautilus-sendto-plugin/Makefile.am
index dc0c744..8fc5c1e 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
 



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