mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-12-26 20:02:13 +00:00
- (djm) [Makefile.in] fix reference to libtest_helper.a in sshkey test too.
This commit is contained in:
parent
54703e3cf6
commit
aa6598ebb3
@ -1,4 +1,7 @@
|
||||
2014020
|
||||
20140821
|
||||
- (djm) [Makefile.in] fix reference to libtest_helper.a in sshkey test too.
|
||||
|
||||
20140820
|
||||
- (djm) [configure.ac] Check OpenSSL version is supported at configure time;
|
||||
suggested by Kevin Brott
|
||||
- (djm) [Makefile.in] refer to libtest_helper.a by explicit path rather than
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: Makefile.in,v 1.363 2014/08/20 01:06:21 djm Exp $
|
||||
# $Id: Makefile.in,v 1.364 2014/08/21 00:47:55 djm Exp $
|
||||
|
||||
# uncomment if you run a non bourne compatable shell. Ie. csh
|
||||
#SHELL = @SH@
|
||||
@ -469,7 +469,7 @@ UNITTESTS_TEST_SSHKEY_OBJS=\
|
||||
regress/unittests/sshkey/test_sshkey$(EXEEXT): ${UNITTESTS_TEST_SSHKEY_OBJS} \
|
||||
regress/unittests/test_helper/libtest_helper.a libssh.a
|
||||
$(LD) -o $@ $(LDFLAGS) $(UNITTESTS_TEST_SSHKEY_OBJS) \
|
||||
-L regress/unittests/test_helper -ltest_helper \
|
||||
regress/unittests/test_helper/libtest_helper.a \
|
||||
-lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
|
||||
|
||||
REGRESS_BINARIES=\
|
||||
|
Loading…
Reference in New Issue
Block a user