Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/lib Modified Files: Makefile.am e_main.c e_private.h Log Message: asparagus... make e17 distcheck. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- Makefile.am 2 Jun 2005 14:41:14 -0000 1.6 +++ Makefile.am 3 Jun 2005 03:18:04 -0000 1.7 @@ -10,9 +10,7 @@ libe_la_SOURCES= \ e_main.c \ -e.h \ -../bin/e_ipc_codec.c \ -../bin/e_ipc_codec.h \ +E.h \ e_private.h libe_la_LIBADD = @ecore_libs@ @evas_libs@ =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/e_main.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- e_main.c 2 Jun 2005 17:05:44 -0000 1.16 +++ e_main.c 3 Jun 2005 03:18:05 -0000 1.17 @@ -17,10 +17,20 @@ */ #include <Evas.h> -#include "E.h" -#include "e_private.h" +#include <Eet.h> #include <Ecore.h> #include <Ecore_Ipc.h> +#include "E.h" +#include "e_private.h" + +#define E_TYPEDEFS 1 +#include "e_config.h" +#include "e_ipc_codec.h" +#undef E_TYPEDEFS +#include "e_config.h" +#include "e_ipc_codec.h" +#define E_H +#include "e_ipc_codec.c" typedef struct _Opt Opt; =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/lib/e_private.h,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- e_private.h 2 Jun 2005 21:55:12 -0000 1.6 +++ e_private.h 3 Jun 2005 03:18:05 -0000 1.7 @@ -25,8 +25,4 @@ #endif -#define E_TYPEDEFS 1 -#include "e_ipc_codec.h" -#undef E_TYPEDEFS -#include "e_ipc_codec.h" ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs