Enlightenment CVS committal

Author  : chaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/lib


Modified Files:
        Makefile.am libevfs.c 


Log Message:
* Change back to bringing in evfs_metadata.c via libevfs - otherwise objects 
that are dlopened can't access the same resource pointers (i.e sqlite*), as the 
main evfs binary.
* Start of a metadata 'fork' harvesting system

===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/lib/Makefile.am,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- Makefile.am 20 Jul 2006 15:15:41 -0000      1.17
+++ Makefile.am 22 Jul 2006 13:12:58 -0000      1.18
@@ -35,7 +35,8 @@
        $(top_srcdir)/src/common/evfs_misc.c \
        $(top_srcdir)/src/common/evfs_common.c \
        $(top_srcdir)/src/bin/evfs_metadata.c \
-       $(top_srcdir)/src/bin/evfs_metadata_db.c
+       $(top_srcdir)/src/bin/evfs_metadata_db.c \
+       $(top_srcdir)/src/common/evfs_server.c
        
 
 libevfs_la_LIBADD = \
===================================================================
RCS file: /cvs/e/e17/apps/evfs/src/lib/libevfs.c,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- libevfs.c   20 Jul 2006 15:15:41 -0000      1.44
+++ libevfs.c   22 Jul 2006 13:12:58 -0000      1.45
@@ -170,7 +170,6 @@
 
    evfs_io_initialise();
    evfs_vfolder_initialise();
-   evfs_metadata_initialise();
 
    if (!_libevfs_init)
      {



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to