actually add the library

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10528 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-08-22 23:08:27 +00:00
parent 9c87af8e70
commit 80e5d210ea

View File

@@ -25,6 +25,7 @@ if test "$crypto_lib" = "unknown" -a "$with_openssl" != "no"; then
CPPFLAGS="${INCLUDE_des} ${CPPFLAGS}"
LIB_des="-L${with_openssl}/lib"
fi
LIB_des="${LIB_des} -lcrypto"
LIB_des_a="$LIB_des"
LIB_des_so="$LIB_des"
LIB_des_appl="$LIB_des"
@@ -64,6 +65,7 @@ if test "$crypto_lib" = "unknown" -a "$with_krb4" != "no"; then
if test "$krb4_libdir"; then
LIB_des="-L${krb4_libdir}"
fi
LIB_des="${LIB_des} -ldes"
CPPFLAGS="${CPPFLAGS} ${INCLUDE_des}"
LIBS="${LIBS} ${LIB_des}"
LIB_des_a="$LIB_des"