summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-22 12:39:17 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2013-10-22 12:39:17 +0200
commit0272da48071b607da189fb571e20cde8a488641b (patch)
tree8003a81bc4d3a1f90c243de636dde64262dcbb08 /Makefile.am
parente5648bccea44c87c00f72f7501048810276a6d27 (diff)
remove nautilus-sendto plugin
Latest versions of nautilus-sendto doesn't support plugins any more.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 28e6374d0..ae9e4dc5b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,16 +1,11 @@
MY_SUBDIRS = tools extensions po data telepathy-account-widgets libempathy libempathy-gtk src help tests
-NST_SUBDIRS = nautilus-sendto-plugin
GOA_SUBDIRS = goa-mc-plugin
UOA_SUBDIRS = ubuntu-online-accounts
-DIST_SUBDIRS = $(MY_SUBDIRS) $(NST_SUBDIRS) $(GOA_SUBDIRS) $(UOA_SUBDIRS)
+DIST_SUBDIRS = $(MY_SUBDIRS) $(GOA_SUBDIRS) $(UOA_SUBDIRS)
SUBDIRS = $(MY_SUBDIRS)
-if HAVE_NST
-SUBDIRS += $(NST_SUBDIRS)
-endif
-
if HAVE_GOA
SUBDIRS += $(GOA_SUBDIRS)
endif