Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart/src/lib/esmart_container/layout/engage


Modified Files:
        Makefile.am engage.c 


Log Message:
make (some parts of) esmart working on Windows

===================================================================
RCS file: 
/cvs/e/e17/libs/esmart/src/lib/esmart_container/layout/engage/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 @@
 plugin_LTLIBRARIES = engage.la
 
 engage_la_SOURCES = engage.c
-engage_la_LDFLAGS = -module -avoid-version
+engage_la_LIBADD = 
$(top_builddir)/src/lib/esmart_container/libesmart_container.la @CONTAINER_LIBS@
+engage_la_LDFLAGS = -no-undefined -module -avoid-version
===================================================================
RCS file: 
/cvs/e/e17/libs/esmart/src/lib/esmart_container/layout/engage/engage.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- engage.c    12 Nov 2007 20:58:22 -0000      1.5
+++ engage.c    12 Jul 2008 06:40:37 -0000      1.6
@@ -1,6 +1,15 @@
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <stdlib.h>
+#include <stdio.h>
+#include <string.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

Reply via email to