]> git.0d.be Git - empathy.git/commitdiff
Fix nautilus-sendto plugin's linking
authorBastien Nocera <hadess@hadess.net>
Wed, 18 Nov 2009 17:06:34 +0000 (17:06 +0000)
committerBastien Nocera <hadess@hadess.net>
Wed, 18 Nov 2009 17:21:14 +0000 (17:21 +0000)
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

index dc0c74416fd43875286c2aeb4181192c8c4ba39e..8fc5c1e4b8cbf97bcec05665da2a55df05f6871b 100644 (file)
@@ -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