Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/bin Modified Files: Makefile.am evfs_main.c Log Message: * VFolder work =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/Makefile.am,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- Makefile.am 13 Dec 2005 08:13:52 -0000 1.13 +++ Makefile.am 15 Jan 2006 12:26:40 -0000 1.14 @@ -15,7 +15,8 @@ $(top_srcdir)/src/common/evfs_io.c \ $(top_srcdir)/src/common/evfs_event_helper.c \ $(top_srcdir)/src/common/evfs_common.c \ - evfs_server_handle.c + evfs_server_handle.c \ + $(top_srcdir)/src/common/evfs_vfolder.c evfscat_SOURCES = \ evfscat.c =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_main.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -3 -r1.30 -r1.31 --- evfs_main.c 15 Jan 2006 09:21:58 -0000 1.30 +++ evfs_main.c 15 Jan 2006 12:26:40 -0000 1.31 @@ -309,9 +309,8 @@ /*Load the plugins*/ evfs_load_plugins(); - evfs_io_initialise(); - + evfs_vfolder_initialise(); ------------------------------------------------------- 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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs