From: Harlan Stenn Date: Thu, 18 Jun 2015 08:34:39 +0000 (+0000) Subject: sntp/tests/networking.c build fixes X-Git-Tag: NTP_4_3_43~2^2~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c3b96d9cdcf7707ce8be68a0f5a11044382569b;p=thirdparty%2Fntp.git sntp/tests/networking.c build fixes bk: 5582829fL7dduE5AWFzBu-jNAxOqPw --- diff --git a/sntp/tests/Makefile.am b/sntp/tests/Makefile.am index 052f50e24..1c2d9f7b7 100644 --- a/sntp/tests/Makefile.am +++ b/sntp/tests/Makefile.am @@ -5,11 +5,11 @@ EXTRA_PROGRAMS = run_unity = cd $(srcdir) && ruby ../../sntp/unity/auto/generate_test_runner.rb -EXTRA_PROGRAMS += test-networking EXTRA_PROGRAMS += test-keyFile check_PROGRAMS = \ test-kodDatabase \ + test-networking \ $(NULL) if GTEST_AVAILABLE @@ -137,6 +137,7 @@ test_keyFile_LDADD = \ test_networking_SOURCES = \ networking.c \ run-networking.c \ + ../version.c \ $(NULL) test_kodDatabase_SOURCES = \