]> andersk Git - gssapi-openssh.git/commitdiff
o Add pathnames.o to Makefile.in
authorcphillip <cphillip>
Thu, 10 Apr 2003 21:20:59 +0000 (21:20 +0000)
committercphillip <cphillip>
Thu, 10 Apr 2003 21:20:59 +0000 (21:20 +0000)
openssh/Makefile.in

index 4a5e495b3141b9bfab475ebc2a5423b007950977..9ec030cef7328b051a500f8f7bcadab8f6a31d82 100644 (file)
@@ -57,6 +57,11 @@ INSTALL_SSH_RAND_HELPER=@INSTALL_SSH_RAND_HELPER@
 
 TARGETS=ssh$(EXEEXT) sshd$(EXEEXT) ssh-add$(EXEEXT) ssh-keygen$(EXEEXT) ssh-keyscan${EXEEXT} ssh-keysign${EXEEXT} ssh-agent$(EXEEXT) scp$(EXEEXT) ssh-rand-helper${EXEEXT} sftp-server$(EXEEXT) sftp$(EXEEXT)
 
+#
+# objects to add to LIBSSH_OBJS
+#   pathnames.o
+#
+
 LIBSSH_OBJS=authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o \
        cipher.o compat.o compress.o crc32.o deattack.o fatal.o \
        hostfile.o log.o match.o mpaux.o nchan.o packet.o readpass.o \
@@ -65,7 +70,7 @@ LIBSSH_OBJS=authfd.o authfile.o bufaux.o buffer.o canohost.o channels.o \
        rijndael.o ssh-dss.o ssh-rsa.o dh.o kexdh.o kexgex.o \
        kexdhc.o kexgexc.o scard.o msg.o progressmeter.o \
        kexgss.o kexgssc.o gss-genr.o \
-       entropy.o
+       entropy.o pathnames.o
 
 SSHOBJS= ssh.o readconf.o clientloop.o sshtty.o \
        sshconnect.o sshconnect1.o sshconnect2.o
This page took 0.052069 seconds and 5 git commands to generate.