From 1e199d1ae7c6afcf2f7cdec2f289e207fc86ab64 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 27 Jun 2006 02:02:52 +0000 Subject: [PATCH] Do not need to link against the math library. SVN revision: 23595 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index ffc5249..ed6e524 100644 --- a/Makefile.am +++ b/Makefile.am @@ -28,7 +28,7 @@ module_la_SOURCES = e_mod_main.c \ mdir.h mdir.c \ mbox.h mbox.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