diff options
author | Matt Johnston <matt@ucc.asn.au> | 2008-11-18 12:53:02 +0000 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2008-11-18 12:53:02 +0000 |
commit | 8158e952b9433c60f9a1699fa8090aab556b325b (patch) | |
tree | 1b56ba3db1f658e47f2e6fb64ad50b85a1c7d91f /Makefile.in | |
parent | b717efb577621773a1c53952fb5fd8482e7b9c37 (diff) |
- Use the right variable notation
--HG--
extra : convert_revision : 8d1eddd800cc6c405f2b3eaad148433c0d6bc0c8
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index e1a64fd..4c8441f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,7 +25,7 @@ COMMONOBJS=dbutil.o buffer.o \ SVROBJS=svr-kex.o svr-algo.o svr-auth.o sshpty.o \ svr-authpasswd.o svr-authpubkey.o svr-authpubkeyoptions.o svr-session.o svr-service.o \ svr-chansession.o svr-runopts.o svr-agentfwd.o svr-main.o svr-x11fwd.o\ - svr-tcpfwd.o svr-authpam.o $(CRYPTLIB) + svr-tcpfwd.o svr-authpam.o @CRYPTLIB@ CLIOBJS=cli-algo.o cli-main.o cli-auth.o cli-authpasswd.o cli-kex.o \ cli-session.o cli-service.o cli-runopts.o cli-chansession.o \ |