Enlightenment CVS committal Author : doursse Project : e17 Module : libs/epsilon
Dir : e17/libs/epsilon/src/lib Modified Files: Epsilon.c Makefile.am Added Files: Epsilon_Plugin.h Log Message: make epsilon plugin structure public, remove pdf thumbnailer =================================================================== RCS file: /cvs/e/e17/libs/epsilon/src/lib/Epsilon.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -3 -r1.34 -r1.35 --- Epsilon.c 25 Jun 2007 11:31:47 -0000 1.34 +++ Epsilon.c 9 Jul 2007 16:10:36 -0000 1.35 @@ -1,8 +1,7 @@ #include "Epsilon.h" -#include "epsilon_plugin.h" -#include "../config.h" #define X_DISPLAY_MISSING 1 -#include <Imlib2.h> +#include "Epsilon_Plugin.h" +#include "../config.h" #ifdef HAVE_PNG_H #include <png.h> #endif =================================================================== RCS file: /cvs/e/e17/libs/epsilon/src/lib/Makefile.am,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- Makefile.am 30 Apr 2006 22:32:12 -0000 1.11 +++ Makefile.am 9 Jul 2007 16:10:36 -0000 1.12 @@ -12,7 +12,7 @@ -DPACKAGE_LIB_DIR=\""$(libdir)"\" lib_LTLIBRARIES = libepsilon.la -include_HEADERS = Epsilon.h +include_HEADERS = Epsilon.h Epsilon_Plugin.h libepsilon_la_SOURCES = \ Epsilon.c \ Epsilon_Exif.c \ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs