[gvfs] Make ftp.mount no longer conditionally built



commit fb479cf0559c91bc0abd550e96f7aa9b156ba5e3
Author: Jean-Christian de Rivaz <jc eclis ch>
Date:   Thu Dec 22 16:58:44 2011 +0100

    Make ftp.mount no longer conditionally built
    
    It doesn't require libsoup anymore after all.
    This was missing in the ff120f07aa8807b96ba79b2415715205a92db2ae commit.
    
    Signed-off-by: Jean-Christian de Rivaz <jc eclis ch>

 daemon/Makefile.am |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index b19ee89..79da018 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -41,12 +41,12 @@ service_DATA = gvfs-daemon.service
 
 libexec_PROGRAMS=gvfsd gvfsd-sftp gvfsd-trash gvfsd-computer gvfsd-burn gvfsd-localtest gvfsd-ftp gvfsd-network
 
-mount_in_files = sftp.mount.in trash.mount.in computer.mount.in burn.mount.in localtest.mount.in network.mount.in
-mount_DATA =  sftp.mount trash.mount computer.mount burn.mount localtest.mount network.mount
+mount_in_files = sftp.mount.in ftp.mount.in trash.mount.in computer.mount.in burn.mount.in localtest.mount.in network.mount.in
+mount_DATA =  sftp.mount ftp.mount trash.mount computer.mount burn.mount localtest.mount network.mount
 
-mount_in_files += http.mount.in dav.mount.in dav+sd.mount.in ftp.mount.in 
+mount_in_files += http.mount.in dav.mount.in dav+sd.mount.in
 if HAVE_HTTP
-mount_DATA += http.mount dav.mount ftp.mount
+mount_DATA += http.mount dav.mount
 if HAVE_AVAHI
 mount_DATA += dav+sd.mount
 endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]