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:
* Another big change: start migrating the awful UI stuff to yummy eet.


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- Makefile.am 3 Nov 2005 08:35:16 -0000       1.8
+++ Makefile.am 9 Nov 2005 09:56:34 -0000       1.9
@@ -6,7 +6,7 @@
 
 DEBUGFLAGS = -DDEBUG -DDEBUG_NEST -W -Wall
 
-INCLUDES = @ecore_cflags@ @xml2_cflags@ $(DEBUGFLAGS) -I. -I$(top_srcdir) 
-I$(top_srcdir)/src/include
+INCLUDES = @eet_cflags@ @ecore_cflags@ @xml2_cflags@ $(DEBUGFLAGS) -I. 
-I$(top_srcdir) -I$(top_srcdir)/src/include
 
 include_HEADERS = \
        ../include/evfs.h
@@ -20,6 +20,6 @@
        $(top_srcdir)/src/common/evfs_common.c \
        evfs_server_handle.c
 
-evfs_LDADD = -L$(top_builddir)/src/lib -levfs @ecore_libs@ @xml2_libs@
+evfs_LDADD = -L$(top_builddir)/src/lib -levfs @ecore_libs@ @xml2_libs@ 
@eet_libs@
 
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_main.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- evfs_main.c 8 Nov 2005 11:24:48 -0000       1.25
+++ evfs_main.c 9 Nov 2005 09:56:34 -0000       1.26
@@ -299,6 +299,8 @@
        /*Load the plugins*/
        evfs_load_plugins();
 
+       evfs_io_initialise();
+
 
 
 




-------------------------------------------------------
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
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to