Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/lib


Modified Files:
        Makefile.am evfs_commands.c libevfs.c 


Log Message:
Remove edb.
Cleanup.
Hope it's ok :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/lib/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 15 Aug 2005 08:52:31 -0000      1.1
+++ Makefile.am 15 Aug 2005 19:53:57 -0000      1.2
@@ -1,6 +1,6 @@
 lib_LTLIBRARIES = libevfs.la
 
-INCLUDES = @ecore_cflags@ @edb_cflags@ @xml2_cflags@ $(DEBUGFLAGS) -I. 
-I$(top_srcdir) -I$(top_srcdir)/src/include
+INCLUDES = @ecore_cflags@ @xml2_cflags@ $(DEBUGFLAGS) -I. -I$(top_srcdir) 
-I$(top_srcdir)/src/include
 
 libevfs_la_SOURCES   =                          \
         ../evfs.h                                  \
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/lib/evfs_commands.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evfs_commands.c     15 Aug 2005 10:52:33 -0000      1.2
+++ evfs_commands.c     15 Aug 2005 19:53:57 -0000      1.3
@@ -1,4 +1,4 @@
-#include <evfs.h>
+#include "evfs.h"
 
 void evfs_monitor_add(evfs_connection* conn, evfs_filereference* ref) {
        evfs_command* command = NEW(evfs_command);
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/lib/libevfs.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- libevfs.c   15 Aug 2005 10:52:33 -0000      1.2
+++ libevfs.c   15 Aug 2005 19:53:57 -0000      1.3
@@ -1,4 +1,4 @@
-#include <evfs.h>
+#include "evfs.h"
 
 evfs_connection* evfs_connect() {
        ecore_init();
@@ -61,9 +61,5 @@
 
                return path;
        }
-       
-
-       
-
-       
+       return NULL;
 }




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to