diff options
author | Alexander Larsson <alexl@redhat.com> | 2008-02-14 13:23:47 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2008-02-14 13:23:47 +0000 |
commit | 79c0a634b9f6ac9838f9b08e2e786d0059d7004e (patch) | |
tree | 7193c300ca7a9ce30dee8d79ead1601eec566f5b /daemon | |
parent | 61e719ccc1a50bc2cd4f73cf98e3b9a88705704c (diff) | |
download | gvfs-79c0a634b9f6ac9838f9b08e2e786d0059d7004e.tar.gz |
Disable install of ftp.mount for now
2008-02-14 Alexander Larsson <alexl@redhat.com>
* daemon/Makefile.am:
Disable install of ftp.mount for now
svn path=/trunk/; revision=1272
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 729465e8..e662d254 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -35,7 +35,8 @@ service_DATA = gvfs-daemon.service libexec_PROGRAMS=gvfsd gvfsd-ftp gvfsd-sftp gvfsd-trash gvfsd-computer gvfsd-burn gvfsd-localtest mount_in_files = ftp.mount.in sftp.mount.in trash.mount.in computer.mount.in burn.mount.in localtest.mount.in -mount_DATA = ftp.mount sftp.mount trash.mount computer.mount burn.mount localtest.mount +mount_DATA = sftp.mount trash.mount computer.mount burn.mount localtest.mount +# Disabled until the implementation is working: ftp.mount mount_in_files += http.mount.in dav.mount.in if HAVE_HTTP |