[gvfs] Make gvfsd-ftp no longer conditionally built



commit ff120f07aa8807b96ba79b2415715205a92db2ae
Author: Benjamin Otte <otte gnome org>
Date:   Mon Jul 20 15:24:52 2009 +0200

    Make gvfsd-ftp no longer conditionally built
    
    It doesn't require libsoup anymore after all.

 daemon/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/daemon/Makefile.am b/daemon/Makefile.am
index b9b6f01..733fa41 100644
--- a/daemon/Makefile.am
+++ b/daemon/Makefile.am
@@ -37,7 +37,7 @@ service_DATA = gvfs-daemon.service
 %.mount: %.mount.in ../config.log
 	sed -e "s|\ libexecdir\@|$(libexecdir)|" $< > $@
 
-libexec_PROGRAMS=gvfsd gvfsd-sftp gvfsd-trash gvfsd-computer gvfsd-burn gvfsd-localtest
+libexec_PROGRAMS=gvfsd gvfsd-sftp gvfsd-trash gvfsd-computer gvfsd-burn gvfsd-localtest gvfsd-ftp
 
 mount_in_files = sftp.mount.in trash.mount.in computer.mount.in burn.mount.in localtest.mount.in
 mount_DATA =  sftp.mount trash.mount computer.mount burn.mount localtest.mount
@@ -48,7 +48,7 @@ mount_DATA += http.mount dav.mount ftp.mount
 if HAVE_AVAHI
 mount_DATA += dav+sd.mount
 endif
-libexec_PROGRAMS += gvfsd-http gvfsd-dav gvfsd-ftp
+libexec_PROGRAMS += gvfsd-http gvfsd-dav
 endif
 
 mount_in_files += smb.mount.in smb-browse.mount.in



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