aboutsummaryrefslogtreecommitdiff
path: root/sftp_server/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'sftp_server/Makefile.in')
-rw-r--r--sftp_server/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sftp_server/Makefile.in b/sftp_server/Makefile.in
index 295410c2..18931231 100644
--- a/sftp_server/Makefile.in
+++ b/sftp_server/Makefile.in
@@ -16,7 +16,7 @@ mandir = $(prefix)/man/man1
CC = @CC@
CFLAGS = @CFLAGS@ -Wall -g -I../include/ -Ilibconfig/
LDFLAGS = -L../libssh/ -lssh -Llibconfig/
-LIBS = @LIBS@ -lconfig
+LIBS = @LIBS@ -lconfig -lpam -lcrypto
INSTALL = @INSTALL@
DYLIB_EXTENSION = @DYLIB_EXTENSION@
LIBSSH_LDFLAGS = @LIBSSH_LDFLAGS@