diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2002-09-16 21:04:40 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2002-09-16 21:04:40 +0000 |
commit | 0cadf2f4d7b9f212800448d915003abd40c2e40d (patch) | |
tree | 291ed09be4bd7c999ad1617a832aa3caae1cb274 /crypto/heimdal/tools/Makefile.in | |
parent | 8373020d34ceb1ac55d8f43333c1ca3680185b39 (diff) |
Import of Heimdal Kerberos from KTH repository circa 2002/09/16.
Notes
Notes:
svn path=/vendor-crypto/heimdal/dist/; revision=103423
Diffstat (limited to 'crypto/heimdal/tools/Makefile.in')
-rw-r--r-- | crypto/heimdal/tools/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/heimdal/tools/Makefile.in b/crypto/heimdal/tools/Makefile.in index 48303cac5117..0f7496f56550 100644 --- a/crypto/heimdal/tools/Makefile.in +++ b/crypto/heimdal/tools/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ -# $Id: Makefile.am,v 1.5 2001/01/29 06:56:33 assar Exp $ +# $Id: Makefile.am,v 1.6 2002/09/09 22:29:26 joda Exp $ # $Id: Makefile.am.common,v 1.5 2002/05/19 18:35:37 joda Exp $ @@ -566,6 +566,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 > $@ |