diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 4 |
2 files changed, 6 insertions, 3 deletions
@@ -1,4 +1,7 @@ | |||
1 | 2014020 | 1 | 20140821 |
2 | - (djm) [Makefile.in] fix reference to libtest_helper.a in sshkey test too. | ||
3 | |||
4 | 20140820 | ||
2 | - (djm) [configure.ac] Check OpenSSL version is supported at configure time; | 5 | - (djm) [configure.ac] Check OpenSSL version is supported at configure time; |
3 | suggested by Kevin Brott | 6 | suggested by Kevin Brott |
4 | - (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather than | 7 | - (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather than |
diff --git a/Makefile.in b/Makefile.in index 0302b6c41..35887a8ec 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.363 2014/08/20 01:06:21 djm Exp $ | 1 | # $Id: Makefile.in,v 1.364 2014/08/21 00:47:55 djm Exp $ |
2 | 2 | ||
3 | # uncomment if you run a non bourne compatable shell. Ie. csh | 3 | # uncomment if you run a non bourne compatable shell. Ie. csh |
4 | #SHELL = @SH@ | 4 | #SHELL = @SH@ |
@@ -469,7 +469,7 @@ UNITTESTS_TEST_SSHKEY_OBJS=\ | |||
469 | regress/unittests/sshkey/test_sshkey$(EXEEXT): ${UNITTESTS_TEST_SSHKEY_OBJS} \ | 469 | regress/unittests/sshkey/test_sshkey$(EXEEXT): ${UNITTESTS_TEST_SSHKEY_OBJS} \ |
470 | regress/unittests/test_helper/libtest_helper.a libssh.a | 470 | regress/unittests/test_helper/libtest_helper.a libssh.a |
471 | $(LD) -o $@ $(LDFLAGS) $(UNITTESTS_TEST_SSHKEY_OBJS) \ | 471 | $(LD) -o $@ $(LDFLAGS) $(UNITTESTS_TEST_SSHKEY_OBJS) \ |
472 | -L regress/unittests/test_helper -ltest_helper \ | 472 | regress/unittests/test_helper/libtest_helper.a \ |
473 | -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) | 473 | -lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) |
474 | 474 | ||
475 | REGRESS_BINARIES=\ | 475 | REGRESS_BINARIES=\ |