Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/lib


Modified Files:
        Makefile.am libevfs.c 


Log Message:
* Another big change: start migrating the awful UI stuff to yummy eet.


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/lib/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 3 Nov 2005 08:35:16 -0000       1.7
+++ Makefile.am 9 Nov 2005 09:56:34 -0000       1.8
@@ -2,7 +2,7 @@
 
 lib_LTLIBRARIES = libevfs.la
 
-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 \
           -DBINDIR=\""$(bindir)"\"
 
 libevfs_la_SOURCES   =                          \
@@ -21,4 +21,8 @@
        $(top_srcdir)/src/common/evfs_io.c                      \
        $(top_srcdir)/src/common/evfs_cleanup.c
 
+libevfs_la_LIBADD = \
+       @ecore_libs@ \
+       @eet_libs@
+
 libevfs_la_CFLAGS = -DLIB $(AM_CFLAGS)
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/lib/libevfs.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- libevfs.c   5 Nov 2005 06:03:27 -0000       1.20
+++ libevfs.c   9 Nov 2005 09:56:34 -0000       1.21
@@ -114,6 +114,8 @@
        connection->prog_event = NULL;
        connection->callback_func = callback_func;
 
+       evfs_io_initialise();
+
         if (!libevfs_registered_callback) {
                libevfs_registered_callback = 1;
               ecore_event_handler_add(ECORE_IPC_EVENT_SERVER_DATA, 
evfs_server_data, NULL); 




-------------------------------------------------------
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