]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
removed a minor makefile bug, put added new include in uglydate.c
authorDamir Tomic <viperus@ntp.org>
Sun, 7 Jun 2015 12:31:53 +0000 (14:31 +0200)
committerDamir Tomic <viperus@ntp.org>
Sun, 7 Jun 2015 12:31:53 +0000 (14:31 +0200)
bk: 557439b9tRTPcwheTYTR9933StUjtg

tests/libntp/Makefile.am
tests/libntp/uglydate.c

index 88d7dee04562bf95a47da147ba6823403b0a3466..015a958597e285c9d558152ca147103a63958024 100644 (file)
@@ -247,7 +247,6 @@ test_atoint_SOURCES =               \
 test_a_md5encrypt_SOURCES =                    \
        a_md5encrypt.c                          \
        run-test-a_md5encrypt.c                 \
-       #testcalshims.c                         \
        $(NULL)
 
 test_atouint_SOURCES =                 \
index a7879c117acdbd697be6584369967fd9ff30b137..808ca7b213241aa1ddb0834345d753502595f2d2 100644 (file)
@@ -1,4 +1,5 @@
 #include "config.h"
+#include "testcalshims.h"
 #include "ntp_fp.h"
 #include "unity.h"