Enlightenment CVS committal Author : devilhorns Project : e_modules Module : net
Dir : e_modules/net Modified Files: e_mod_main.c Makefile.am Log Message: Net does not need math.h nor a link to the library. =================================================================== RCS file: /cvs/e/e_modules/net/e_mod_main.c,v retrieving revision 1.41 retrieving revision 1.42 diff -u -3 -r1.41 -r1.42 --- e_mod_main.c 23 Jun 2006 04:41:17 -0000 1.41 +++ e_mod_main.c 27 Jun 2006 02:27:09 -0000 1.42 @@ -1,5 +1,4 @@ #include <e.h> -#include <math.h> #include "e_mod_main.h" typedef struct _Instance Instance; =================================================================== RCS file: /cvs/e/e_modules/net/Makefile.am,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- Makefile.am 27 May 2006 20:07:07 -0000 1.5 +++ Makefile.am 27 Jun 2006 02:27:09 -0000 1.6 @@ -25,7 +25,7 @@ e_mod_main.h \ e_mod_config.c -module_la_LIBADD = @e_libs@ -lm +module_la_LIBADD = @e_libs@ module_la_LDFLAGS = -module -avoid-version module_la_DEPENDENCIES = $(top_builddir)/config.h Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs