Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/plugins


Modified Files:
        Makefile.am 
Added Files:
        evfs_fs_ftp.c 


Log Message:
* Fixed a parser idiocy.  It was only by luck that it was working
* Commit first version of sirkha's Curl-based FTP plugin
* Memory cleanups


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/plugins/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- Makefile.am 2 Nov 2005 11:13:50 -0000       1.11
+++ Makefile.am 5 Nov 2005 06:03:28 -0000       1.12
@@ -14,11 +14,17 @@
 SAMBA_L =
 endif
 
+if HAVE_CURL
+FTP_L = ftp.la
+else
+FTP_L =
+endif
+
 TAR_L = tar.la
 
 BZIP2_L = bzip2.la
 
-pkg_LTLIBRARIES         = $(POSIX_L) $(SAMBA_L) $(TAR_L) $(BZIP2_L)
+pkg_LTLIBRARIES         = $(POSIX_L) $(SAMBA_L) $(TAR_L) $(BZIP2_L) $(FTP_L)
 
 posix_la_SOURCES = evfs_fs_posix.c \
                        $(top_srcdir)/src/common/evfs_debug.c \
@@ -43,6 +49,11 @@
                         $(top_srcdir)/src/common/evfs_debug.c \
                         $(top_srcdir)/src/common/evfs_event_helper.c
 
+ftp_la_SOURCES = evfs_fs_ftp.c \
+                        $(top_srcdir)/src/common/evfs_debug.c \
+                        $(top_srcdir)/src/common/evfs_event_helper.c
+
+
        
 posix_la_CFLAGS =  @ecore_cflags@
 posix_la_LDFLAGS = -module -avoid-version
@@ -60,4 +71,8 @@
 bzip2_la_LDFLAGS = -module -avoid-version
 bzip2_la_LIBADD =  @ecore_libs@ -L$(top_builddir)/src/lib -levfs -lbz2
 
+ftp_la_CFLAGS =  @ecore_cflags@ @curl_cflags@
+ftp_la_LDFLAGS = -module -avoid-version
+ftp_la_LIBADD =  @ecore_libs@ -L$(top_builddir)/src/lib -levfs @curl_libs@
+
 




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to