mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-06-04 22:10:43 +02:00
object files end with .o - not .c
This commit is contained in:
parent
bda709b8e1
commit
612faa34c7
14
Makefile.in
14
Makefile.in
@ -63,13 +63,13 @@ MKDIR_P=@MKDIR_P@
|
|||||||
TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-keysign${EXEEXT} ssh-pkcs11-helper$(EXEEXT) ssh-agent$(EXEEXT) scp$(EXEEXT) sftp-server$(EXEEXT) sftp$(EXEEXT)
|
TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-keysign${EXEEXT} ssh-pkcs11-helper$(EXEEXT) ssh-agent$(EXEEXT) scp$(EXEEXT) sftp-server$(EXEEXT) sftp$(EXEEXT)
|
||||||
|
|
||||||
XMSS_OBJS=\
|
XMSS_OBJS=\
|
||||||
ssh-xmss.c \
|
ssh-xmss.o \
|
||||||
sshkey-xmss.c \
|
sshkey-xmss.o \
|
||||||
xmss_commons.c \
|
xmss_commons.o \
|
||||||
xmss_fast.c \
|
xmss_fast.o \
|
||||||
xmss_hash.c \
|
xmss_hash.o \
|
||||||
xmss_hash_address.c \
|
xmss_hash_address.o \
|
||||||
xmss_wots.c
|
xmss_wots.o
|
||||||
|
|
||||||
LIBOPENSSH_OBJS=\
|
LIBOPENSSH_OBJS=\
|
||||||
ssh_api.o \
|
ssh_api.o \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user