Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/plugins/file Modified Files: Makefile.am evfs_fs_vfolder.c Added Files: evfs_fs_trash.c Log Message: * Add evfs_fs_trash stubs =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/plugins/file/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- Makefile.am 22 Jul 2006 13:12:58 -0000 1.4 +++ Makefile.am 14 Aug 2006 10:15:09 -0000 1.5 @@ -30,8 +30,16 @@ VFOLDER_L = vfolder.la +TRASH_L = trash.la + + +pkg_LTLIBRARIES = $(POSIX_L) $(SAMBA_L) $(TAR_L) $(BZIP2_L) $(FTP_L) $(GZIP_L) $(SFTP_L) $(VFOLDER_L) $(TRASH_L) + +trash_la_SOURCES = evfs_fs_trash.c \ + $(top_srcdir)/src/common/evfs_debug.c \ + $(top_srcdir)/src/common/evfs_event_helper.c \ + $(top_srcdir)/src/common/evfs_misc.c -pkg_LTLIBRARIES = $(POSIX_L) $(SAMBA_L) $(TAR_L) $(BZIP2_L) $(FTP_L) $(GZIP_L) $(SFTP_L) $(VFOLDER_L) posix_la_SOURCES = evfs_fs_posix.c \ $(top_srcdir)/src/common/evfs_debug.c \ @@ -113,4 +121,9 @@ sftp_la_CFLAGS = @ecore_cflags@ sftp_la_LDFLAGS = -module -avoid-version sftp_la_LIBADD = @ecore_libs@ -L$(top_builddir)/src/lib -levfs + +trash_la_CFLAGS = @ecore_cflags@ +trash_la_LDFLAGS = -module -avoid-version +trash_la_LIBADD = @ecore_libs@ -L$(top_builddir)/src/lib -levfs + =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/plugins/file/evfs_fs_vfolder.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- evfs_fs_vfolder.c 12 Aug 2006 12:49:26 -0000 1.12 +++ evfs_fs_vfolder.c 14 Aug 2006 10:15:09 -0000 1.13 @@ -118,8 +118,6 @@ if (EVFS_PLUGIN_VFOLDER(plugin)->functions->evfs_vfolder_list) (*EVFS_PLUGIN_VFOLDER(plugin)->functions->evfs_vfolder_list)(command->file_command.files[0], &files); - - } } ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs