--- src/tests/Makefile.orig	2008-02-21 15:06:21.000000000 +0000
+++ src/tests/Makefile	2008-05-05 06:56:29.000000000 +0000
@@ -4,7 +4,7 @@
 
 include $(TOLUA)/config
 
-LIBS = -ltolua -llua
+LIBS = -ltolua -llua -lm
 
 all: tmodule tnamespace tclass tinheritance tconstant tvariable tfunction tarray tdirective tenum
 	./tmodule; ./tnamespace; ./tclass; ./tinheritance; ./tconstant; ./tvariable; ./tfunction; ./tarray; ./tdirective; ./tfunction; ./tenum
@@ -71,6 +71,3 @@
 
 klean:
 	rm -f tmodule tnamespace tclass tinheritance tconstant tvariable tfunction tarray tdirective
-
-
-
