From 3d1021753d01d973c929c8758b11a147498377cc Mon Sep 17 00:00:00 2001 From: Marco Barisione Date: Mon, 20 May 2013 14:08:16 +0100 Subject: Use the telepathy-account-widgets submodule instead of the internal copy https://bugzilla.gnome.org/show_bug.cgi?id=699492 --- nautilus-sendto-plugin/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nautilus-sendto-plugin/Makefile.am') diff --git a/nautilus-sendto-plugin/Makefile.am b/nautilus-sendto-plugin/Makefile.am index a28415cc1..0bd286f6d 100644 --- a/nautilus-sendto-plugin/Makefile.am +++ b/nautilus-sendto-plugin/Makefile.am @@ -9,6 +9,7 @@ INCLUDES = \ $(WARN_CFLAGS) \ $(ERROR_CFLAGS) \ $(DISABLE_DEPRECATED) \ + $(TPAW_CFLAGS) \ $(EMPATHY_CFLAGS) plugin_LTLIBRARIES = libnstempathy.la @@ -17,5 +18,6 @@ libnstempathy_la_SOURCES = empathy-nautilus-sendto.c libnstempathy_la_LDFLAGS = -module -avoid-version libnstempathy_la_LIBADD = \ $(NST_LIBS) \ + $(TPAW_LIBS) \ $(top_builddir)/libempathy/libempathy.la \ $(top_builddir)/libempathy-gtk/libempathy-gtk.la -- cgit v1.2.3