From 0cd0ad2142e6722ffc620824e424277e1f622ce1 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 23 Sep 2009 14:17:57 +0100 Subject: Add nautilus-sendto plugin As nautilus-sendto now exports its plugin API. https://bugzilla.gnome.org/show_bug.cgi?id=596075 --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index d8cebf0c..2ffb7d62 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,10 @@ if HAVE_MEGAPHONE SUBDIRS += megaphone endif +if HAVE_NST +SUBDIRS += nautilus-sendto-plugin +endif + if HAVE_NOTHERE SUBDIRS += nothere endif -- cgit v1.2.1