diff options
author | Bastien Nocera <hadess@hadess.net> | 2009-09-23 21:17:57 +0800 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2009-09-24 22:09:42 +0800 |
commit | 0cd0ad2142e6722ffc620824e424277e1f622ce1 (patch) | |
tree | 1d40c390ba44282ab97317bb57e6ea46c43a3fb1 /Makefile.am | |
parent | 3b1dc603c5f7174904bc1c6c01566700f0bab894 (diff) | |
download | gsoc2013-empathy-0cd0ad2142e6722ffc620824e424277e1f622ce1.tar gsoc2013-empathy-0cd0ad2142e6722ffc620824e424277e1f622ce1.tar.gz gsoc2013-empathy-0cd0ad2142e6722ffc620824e424277e1f622ce1.tar.bz2 gsoc2013-empathy-0cd0ad2142e6722ffc620824e424277e1f622ce1.tar.lz gsoc2013-empathy-0cd0ad2142e6722ffc620824e424277e1f622ce1.tar.xz gsoc2013-empathy-0cd0ad2142e6722ffc620824e424277e1f622ce1.tar.zst gsoc2013-empathy-0cd0ad2142e6722ffc620824e424277e1f622ce1.zip |
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.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 |