diff options
author | Bastien Nocera <hadess@hadess.net> | 2009-11-19 01:06:34 +0800 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2009-11-19 01:21:14 +0800 |
commit | c0619e8382aa29b5cbc872481abd7422ecc9b25b (patch) | |
tree | 4a819cc65fca66c49d0c47194729f081e3146401 | |
parent | db67069547cedf5728d0015b1c207da6bd5445f0 (diff) | |
download | gsoc2013-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
-rw-r--r-- | 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 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 |