From f794b9ee52293cefd6ac73fdf0d2a01c5388f057 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 31 Jan 2008 18:22:44 +0000 Subject: modular system works now --- src/math/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/Makefile.am') diff --git a/src/math/Makefile.am b/src/math/Makefile.am index 78a52fc..4549557 100644 --- a/src/math/Makefile.am +++ b/src/math/Makefile.am @@ -1,7 +1,7 @@ METASOURCES = AUTO libmath_la_SOURCES = color.cc functions.cc plane.cc vector3f.cc -libmath_la_LDFLAGS = -lm -avoid-version -no-undefined +libmath_la_LDFLAGS = -avoid-version -no-undefined -lm noinst_LTLIBRARIES = libmath.la noinst_HEADERS = color.h functions.h mathlib.h plane.h vector3f.h -- cgit v1.2.3