(krb5-config): add LIB_des_appl

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9573 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-01-29 06:56:33 +00:00
parent 53fa9e5656
commit f94e6c784a

View File

@@ -19,6 +19,7 @@ krb5-config: krb5-config.in
-e "s,@includedir\@,$(includedir),g" \ -e "s,@includedir\@,$(includedir),g" \
-e "s,@LIB_crypt\@,$(LIB_crypt),g" \ -e "s,@LIB_crypt\@,$(LIB_crypt),g" \
-e "s,@LIB_dbopen\@,$(LIB_dbopen),g" \ -e "s,@LIB_dbopen\@,$(LIB_dbopen),g" \
-e "s,@LIB_des_appl\@,$(LIB_des_appl),g" \
-e "s,@LIBS\@,$(LIBS),g" \ -e "s,@LIBS\@,$(LIBS),g" \
$(srcdir)/krb5-config.in > $@ $(srcdir)/krb5-config.in > $@
chmod +x $@ chmod +x $@