Enlightenment CVS committal Author : lordchaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/lib Modified Files: Makefile.am libevfs.c Log Message: * VFolder work =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/lib/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- Makefile.am 21 Nov 2005 11:25:58 -0000 1.9 +++ Makefile.am 15 Jan 2006 12:26:40 -0000 1.10 @@ -19,7 +19,8 @@ libevfs.c \ evfs_commands.c \ $(top_srcdir)/src/common/evfs_io.c \ - $(top_srcdir)/src/common/evfs_cleanup.c + $(top_srcdir)/src/common/evfs_cleanup.c \ + $(top_srcdir)/src/common/evfs_vfolder.c libevfs_la_LIBADD = \ @ecore_libs@ \ =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/lib/libevfs.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- libevfs.c 29 Dec 2005 10:59:00 -0000 1.29 +++ libevfs.c 15 Jan 2006 12:26:40 -0000 1.30 @@ -115,6 +115,7 @@ connection->callback_func = callback_func; evfs_io_initialise(); + evfs_vfolder_initialise(); if (!libevfs_registered_callback) { libevfs_registered_callback = 1; @@ -498,3 +499,4 @@ return uri; } + ------------------------------------------------------- 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