Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins Modified Files: Makefile.am Added Files: evfs_fs_sftp.c sftp.h Log Message: * sFTP plugin initial commit =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/Makefile.am,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- Makefile.am 27 Dec 2005 11:44:37 -0000 1.15 +++ Makefile.am 5 Feb 2006 11:49:26 -0000 1.16 @@ -20,6 +20,8 @@ FTP_L = endif +SFTP_L = sftp.la + TAR_L = tar.la BZIP2_L = bzip2.la @@ -27,7 +29,7 @@ GZIP_L = gzip.la -pkg_LTLIBRARIES = $(POSIX_L) $(SAMBA_L) $(TAR_L) $(BZIP2_L) $(FTP_L) $(GZIP_L) +pkg_LTLIBRARIES = $(POSIX_L) $(SAMBA_L) $(TAR_L) $(BZIP2_L) $(FTP_L) $(GZIP_L) $(SFTP_L) posix_la_SOURCES = evfs_fs_posix.c \ $(top_srcdir)/src/common/evfs_debug.c \ @@ -41,6 +43,13 @@ $(top_srcdir)/src/bin/evfs_server_handle.c \ $(top_srcdir)/src/common/evfs_common.c +sftp_la_SOURCES = evfs_fs_sftp.c \ + $(top_srcdir)/src/common/evfs_debug.c \ + $(top_srcdir)/src/common/evfs_event_helper.c \ + $(top_srcdir)/src/bin/evfs_server_handle.c \ + $(top_srcdir)/src/common/evfs_common.c + + bzip2_la_SOURCES = evfs_fs_bzip2.c \ $(top_srcdir)/src/common/evfs_debug.c \ $(top_srcdir)/src/common/evfs_event_helper.c \ @@ -90,4 +99,7 @@ ftp_la_LDFLAGS = -module -avoid-version ftp_la_LIBADD = @ecore_libs@ -L$(top_builddir)/src/lib -levfs @curl_libs@ +sftp_la_CFLAGS = @ecore_cflags@ +sftp_la_LDFLAGS = -module -avoid-version +sftp_la_LIBADD = @ecore_libs@ -L$(top_builddir)/src/lib -levfs ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs