Net does not need math.h nor a link to the library.

SVN revision: 23598
This commit is contained in:
Christopher Michael 2006-06-27 02:27:09 +00:00
parent 2a1538e74e
commit c5a112d3a2
2 changed files with 1 additions and 2 deletions

View File

@ -25,7 +25,7 @@ module_la_SOURCES = e_mod_main.c \
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

View File

@ -1,5 +1,4 @@
#include <e.h>
#include <math.h>
#include "e_mod_main.h"
typedef struct _Instance Instance;