diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d8cebf0c9..2ffb7d626 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 |