summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2009-09-23 14:17:57 +0100
committerBastien Nocera <hadess@hadess.net>2009-09-24 15:09:42 +0100
commit0cd0ad2142e6722ffc620824e424277e1f622ce1 (patch)
tree1d40c390ba44282ab97317bb57e6ea46c43a3fb1 /Makefile.am
parent3b1dc603c5f7174904bc1c6c01566700f0bab894 (diff)
downloadtelepathy-account-widgets-0cd0ad2142e6722ffc620824e424277e1f622ce1.tar.gz
Add nautilus-sendto plugin
As nautilus-sendto now exports its plugin API. https://bugzilla.gnome.org/show_bug.cgi?id=596075
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
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