]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
test_ntp_scanner_LDADD needs ntpd/ntp_io.o
authorHarlan Stenn <stenn@ntp.org>
Fri, 13 Oct 2017 02:20:50 +0000 (02:20 +0000)
committerHarlan Stenn <stenn@ntp.org>
Fri, 13 Oct 2017 02:20:50 +0000 (02:20 +0000)
bk: 59e02302HOvDFgG84i1PUt9Q5jDx8g

ChangeLog
tests/ntpd/Makefile.am

index 4131a38a6bf5a61df0d6e9088b06624c71c1cb96..030efad0e6ca888005c38c26f868b1f6587c078e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,7 @@
 * [Bug 2557] Fix Thunderbolt init. ntp-bugs@bodosom.net, perlinger@ntp.
 * [Bug 948] Trustedkey config directive leaks memory. <perlinger@ntp.org>
 * Use strlcpy() to copy strings, not memcpy().  HStenn.
+* test_ntp_scanner_LDADD needs ntpd/ntp_io.o.  HStenn.
 
 ---
 (4.2.8p10) 2017/03/21 Released by Harlan Stenn <stenn@ntp.org>
index 7a0638528bdf7e36fd60504963121f0fa4958abb..c6581e7555dd3ac4cdf7d9cbb8c44f99b8089835 100644 (file)
@@ -177,6 +177,7 @@ test_ntp_scanner_CFLAGS =           \
 test_ntp_scanner_LDADD =               \
        $(unity_tests_LDADD)            \
        $(top_builddir)/ntpd/ntp_config.o       \
+       $(top_builddir)/ntpd/ntp_io.o           \
        $(top_builddir)/ntpd/ntp_parser.o       \
        $(NULL)