Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/evfs

Dir     : e17/apps/evfs/src/bin


Modified Files:
        Makefile.am evfs_main.c 


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

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/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
@@ -4,7 +4,7 @@
 
 DEBUGFLAGS = -DDEBUG -DDEBUG_NEST -W -Wall
 
-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
 
 include_HEADERS = \
        ../include/evfs.h
@@ -15,6 +15,6 @@
        ../common/evfs_new.c \
        ../common/evfs_io.c
 
-evfs_LDADD = -L$(top_builddir)/src/lib -levfs @edb_libs@ @ecore_libs@ 
@xml2_libs@ @fam_libs@
+evfs_LDADD = -L$(top_builddir)/src/lib -levfs @ecore_libs@ @xml2_libs@ 
@fam_libs@
 
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/evfs/src/bin/evfs_main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evfs_main.c 15 Aug 2005 10:00:20 -0000      1.2
+++ evfs_main.c 15 Aug 2005 19:53:57 -0000      1.3
@@ -28,9 +28,9 @@
 # include <config.h>
 #endif
 
-#include <Ecore.h>
-#include <Ecore_Ipc.h>
-#include <evfs.h>
+#include "evfs.h"
+
+#include <Ecore_File.h>
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -44,7 +44,6 @@
 #include <unistd.h>
 #include <signal.h>
 #include <errno.h>
-#include <Edb.h>
 
 
 static evfs_server* server;




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