explicitly add math library


git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@324 59561ff5-6e30-0410-9f3c-9617f08c8826
diff --git a/skeletons/tests/Makefile.am b/skeletons/tests/Makefile.am
index 7af5843..eb1f018 100644
--- a/skeletons/tests/Makefile.am
+++ b/skeletons/tests/Makefile.am
@@ -9,4 +9,6 @@
 	check-INTEGER		\
 	check-REAL
 
+LDADD = -lm
+
 TESTS = $(check_PROGRAMS)