]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
loaded math lib for some tests so building works on psp-at1 and psp-fb1
authorDamir Tomic <viperus@ntp.org>
Sun, 7 Jun 2015 13:22:51 +0000 (13:22 +0000)
committerDamir Tomic <viperus@ntp.org>
Sun, 7 Jun 2015 13:22:51 +0000 (13:22 +0000)
bk: 557445abxsP0Hbobewlls1G5co1X-g

tests/libntp/Makefile.am

index bf382e1529d5db9743e6ee0de32dc0bc6cf4d81c..ab37af4bb9ed74282f99a9b233b16495b1dbe209 100644 (file)
@@ -175,9 +175,14 @@ test_a_md5encrypt_CFLAGS =                  \
        $(NULL)
 
 test_a_md5encrypt_LDADD =                   \
-       $(unity_tests_LDADD)
+       $(unity_tests_LDADD)            \
+       -lm     
        $(NULL)
 
+
+
+
+
 test_atouint_CFLAGS =                  \
        -I$(top_srcdir)/sntp/unity      \
        $(NULL)
@@ -193,6 +198,7 @@ test_authkeys_CFLAGS =                  \
 test_authkeys_LDADD =                           \
        $(LDADD)                                \
        $(top_builddir)/sntp/unity/libunity.a   \
+       -lm                                     \
        $(NULL)
 
 #removed one combined test, because unity devs suggested we use one program per test