From 79d62a87b5de1b9ee7e81099d26c6c5a6a95d5cd Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Mon, 9 Sep 2002 22:29:26 +0000 Subject: [PATCH] subst INCLUDE_des git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11426 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 91837b4e9..5d37a2e11 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,@INCLUDE_des\@,$(INCLUDE_des),g" \ -e "s,@LIB_des_appl\@,$(LIB_des_appl),g" \ -e "s,@LIBS\@,$(LIBS),g" \ $(srcdir)/krb5-config.in > $@