summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2008-11-18 12:53:02 +0000
committerMatt Johnston <matt@ucc.asn.au>2008-11-18 12:53:02 +0000
commita1c7437dde9c1bb97d76438e1f08fbee35f17a44 (patch)
tree1b56ba3db1f658e47f2e6fb64ad50b85a1c7d91f
parentf10a44ad7aaa219b2e5bd1f55859b2780a4bb113 (diff)
downloaddropbear-a1c7437dde9c1bb97d76438e1f08fbee35f17a44.tar.gz
- Use the right variable notation
-rw-r--r--Makefile.in2
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 \