From f94e6c784aff451ca2fa5c54f3147eecc4012bc4 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 29 Jan 2001 06:56:33 +0000 Subject: [PATCH] (krb5-config): add LIB_des_appl git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9573 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tools/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile.am b/tools/Makefile.am index 4117baafd..91837b4e9 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -19,6 +19,7 @@ krb5-config: krb5-config.in -e "s,@includedir\@,$(includedir),g" \ -e "s,@LIB_crypt\@,$(LIB_crypt),g" \ -e "s,@LIB_dbopen\@,$(LIB_dbopen),g" \ + -e "s,@LIB_des_appl\@,$(LIB_des_appl),g" \ -e "s,@LIBS\@,$(LIBS),g" \ $(srcdir)/krb5-config.in > $@ chmod +x $@