]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 2951] ntpd tests fail: multiple definition of `send_via_ntp_signd'
authorJuergen Perlinger <perlinger@ntp.org>
Sun, 4 Sep 2016 19:10:56 +0000 (21:10 +0200)
committerJuergen Perlinger <perlinger@ntp.org>
Sun, 4 Sep 2016 19:10:56 +0000 (21:10 +0200)
bk: 57cc71c0pPPF3wfUejX55BY_i8KQBA

ChangeLog
tests/ntpd/Makefile.am

index 0805467dc6b9b1ce7768a039f6a2d87af37546b9..4810c9bab43dbc87a785434d3abb84f5c424607e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+---
+* [Bug 2951] ntpd tests fail: multiple definition of `send_via_ntp_signd'
+  - fixed Makefile.am <perlinger@ntp.org>
+
 ---
 (4.2.8p8) 2016/06/02 Released by Harlan Stenn <stenn@ntp.org>
 
index 2cab14f4c722f7339b562b44c6f398f85e84bbee..3ce512d89ae3227ffdc1683196e488498cd8a15b 100644 (file)
@@ -156,7 +156,6 @@ test_ntp_signd_SOURCES =                    \
        t-ntp_signd.c                           \
        run-t-ntp_signd.c                       \
        $(srcdir)/../libntp/test-libntp.c       \
-       $(srcdir)/../../ntpd/ntp_signd.c        \
        $(NULL)
 
 $(srcdir)/run-t-ntp_signd.c: $(srcdir)/t-ntp_signd.c $(std_unity_list)