add depency on LIB_dlopen and LIB_door_create

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15538 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-06-30 19:19:20 +00:00
parent 0dc8e6af03
commit 549cf5b186
2 changed files with 4 additions and 1 deletions

View File

@@ -21,6 +21,8 @@ krb5-config: krb5-config.in
-e "s!@LIB_dbopen\@!$(LIB_dbopen)!g" \
-e "s!@INCLUDE_des\@!$(INCLUDE_des)!g" \
-e "s!@LIB_des_appl\@!$(LIB_des_appl)!g" \
-e "s!@LIB_dlopen\@!$(LIB_dlopen)!g" \
-e "s!@LIB_door_create\@!$(LIB_door_create)!g" \
-e "s!@LIBS\@!$(LIBS)!g" \
$(srcdir)/krb5-config.in > $@.new
mv $@.new $@

View File

@@ -100,7 +100,8 @@ if test "$do_libs" = "yes"; then
;;
esac
lib_flags="$lib_flags -lkrb5 -lasn1 -lcom_err @LIB_des_appl@ -lroken"
lib_flags="$lib_flags @LIB_crypt@ @LIB_dbopen@ @LIBS@"
lib_flags="$lib_flags @LIB_crypt@ @LIB_dbopen@ @LIB_dlopen@"
lib_flags="$lib_flags @LIB_door_create@ @LIBS@"
echo $lib_flags
fi
if test "$do_cflags" = "yes"; then