Enlightenment CVS committal Author : doursse Project : e17 Module : libs/esmart
Dir : e17/libs/esmart/src/lib/esmart_container/layout/entice Modified Files: Makefile.am entice.c Log Message: make (some parts of) esmart working on Windows =================================================================== RCS file: /cvs/e/e17/libs/esmart/src/lib/esmart_container/layout/entice/Makefile.am,v retrieving revision 1.6 retrieving revision 1.7 diff -u -3 -r1.6 -r1.7 --- Makefile.am 11 Nov 2007 11:05:07 -0000 1.6 +++ Makefile.am 12 Jul 2008 06:40:37 -0000 1.7 @@ -9,4 +9,5 @@ plugindir = @libdir@/@PACKAGE@/layout entice_la_SOURCES = entice.c -entice_la_LDFLAGS = -module -avoid-version +entice_la_LIBADD = $(top_builddir)/src/lib/esmart_container/libesmart_container.la @CONTAINER_LIBS@ +entice_la_LDFLAGS = -no-undefined -module -avoid-version =================================================================== RCS file: /cvs/e/e17/libs/esmart/src/lib/esmart_container/layout/entice/entice.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- entice.c 12 Nov 2007 20:58:22 -0000 1.5 +++ entice.c 12 Jul 2008 06:40:37 -0000 1.6 @@ -1,6 +1,13 @@ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + +#include <stdlib.h> +#include <math.h> + #include <Evas.h> #include <Ecore.h> -#include <math.h> + #include "../../Esmart_Container.h" #include "../../esmart_container_private.h" ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs