rename des to hcrypto
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20528 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -106,13 +106,13 @@ if test "$do_libs" = "yes"; then
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
lib_flags="$lib_flags -lkrb5 @LIB_pkinit@ -lcom_err"
|
lib_flags="$lib_flags -lkrb5 @LIB_pkinit@ -lcom_err"
|
||||||
lib_flags="$lib_flags @LIB_des_appl@ -lasn1 -lroken"
|
lib_flags="$lib_flags @LIB_hcrypto_appl@ -lasn1 -lroken"
|
||||||
lib_flags="$lib_flags @LIB_crypt@ @LIB_dlopen@"
|
lib_flags="$lib_flags @LIB_crypt@ @LIB_dlopen@"
|
||||||
lib_flags="$lib_flags @LIB_door_create@ @LIBS@"
|
lib_flags="$lib_flags @LIB_door_create@ @LIBS@"
|
||||||
echo $lib_flags
|
echo $lib_flags
|
||||||
fi
|
fi
|
||||||
if test "$do_cflags" = "yes"; then
|
if test "$do_cflags" = "yes"; then
|
||||||
echo "-I${includedir} @INCLUDE_des@"
|
echo "-I${includedir} @INCLUDE_hcrypto@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
|
Reference in New Issue
Block a user