~online-accounts/empathy/libaccounts

« back to all changes in this revision

Viewing changes to debian/patches/44_sendto-link-libempathy.patch

  • Committer: Ken VanDine
  • Date: 2012-07-24 17:29:42 UTC
  • Revision ID: ken.vandine@canonical.com-20120724172942-azo49ttpc7u9vcl0
* New upstream release
* debian/patches/44_sendto-link-libempathy.patch
  - Fix linking problem with libempathy
* debian/empathy.install
  - install the private public lib in /usr/lib/empathy
* debian/rules
  - disable ubuntu-online-accounts 
  - disable shlibdeps for nautilus-sendto-empathy

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: empathy-3.5.4.1/nautilus-sendto-plugin/Makefile.am
 
2
===================================================================
 
3
--- empathy-3.5.4.1.orig/nautilus-sendto-plugin/Makefile.am     2012-07-24 11:12:43.843847295 -0400
 
4
+++ empathy-3.5.4.1/nautilus-sendto-plugin/Makefile.am  2012-07-24 11:13:56.343849581 -0400
 
5
@@ -16,5 +16,6 @@
 
6
 libnstempathy_la_LDFLAGS = -module -avoid-version
 
7
 libnstempathy_la_LIBADD =                              \
 
8
        $(NST_LIBS)                                     \
 
9
+       $(top_builddir)/libempathy/libempathy.la        \
 
10
        $(top_builddir)/libempathy-gtk/libempathy-gtk.la
 
11