summaryrefslogtreecommitdiffstats
path: root/sesman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sesman/Makefile')
-rw-r--r--sesman/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/Makefile b/sesman/Makefile
index 9f6969e9..1ae902db 100644
--- a/sesman/Makefile
+++ b/sesman/Makefile
@@ -3,7 +3,7 @@ SESMANOBJ = sesman.o ../common/os_calls.o ../common/d3des.o
CFLAGS = -Wall -O2 -I../common
LDFLAGS = -L /usr/gnu/lib
-LIBS = -lpam_userpass -lcrypto -lpthread -lpam
+LIBS = -lpam_userpass -lpam
PAMLIB =
CC = gcc