Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/lib


Modified Files:
        Makefile.am e_main.c 
Added Files:
        E_Lib.h 
Removed Files:
        E.h 


Log Message:


change to E_Lib.h...

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 3 Jun 2005 03:18:04 -0000       1.7
+++ Makefile.am 5 Jun 2005 05:08:36 -0000       1.8
@@ -6,7 +6,7 @@
 
 lib_LTLIBRARIES                = libe.la
 
-include_HEADERS                = E.h
+include_HEADERS                = E_Lib.h
 
 libe_la_SOURCES= \
 e_main.c \
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/e_main.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_main.c    5 Jun 2005 01:43:42 -0000       1.20
+++ e_main.c    5 Jun 2005 05:08:36 -0000       1.21
@@ -20,9 +20,11 @@
 #include <Eet.h>
 #include <Ecore.h>
 #include <Ecore_Ipc.h>
-#include "E.h"
+#include "E_Lib.h"
 #include "e.h"
 
+#include "e_ipc_codec.c"
+
 typedef struct _Opt Opt;
 
 struct _Opt 




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to