summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/vers/Makefile.am
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2002-02-19 15:46:56 +0000
committernectar <nectar@FreeBSD.org>2002-02-19 15:46:56 +0000
commit69a91bec14ec3ad49d1c8a82c40a796755f9e4a3 (patch)
tree85ecf91fd00875cec4b93111d3a8ed9eec9cddfe /crypto/heimdal/lib/vers/Makefile.am
parent8db4cdb3da4228a5d93635e43825e2e8a2f66db7 (diff)
downloadFreeBSD-src-69a91bec14ec3ad49d1c8a82c40a796755f9e4a3.zip
FreeBSD-src-69a91bec14ec3ad49d1c8a82c40a796755f9e4a3.tar.gz
Import of Heimdal Kerberos from KTH repository circa 2002/02/17.
Diffstat (limited to 'crypto/heimdal/lib/vers/Makefile.am')
-rw-r--r--crypto/heimdal/lib/vers/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/heimdal/lib/vers/Makefile.am b/crypto/heimdal/lib/vers/Makefile.am
index 87ef246..e17a41f 100644
--- a/crypto/heimdal/lib/vers/Makefile.am
+++ b/crypto/heimdal/lib/vers/Makefile.am
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.3 2001/01/31 03:50:48 assar Exp $
+# $Id: Makefile.am,v 1.4 2001/08/23 22:41:03 assar Exp $
include $(top_srcdir)/Makefile.am.common
@@ -14,7 +14,7 @@ if KRB4
if KRB5
## need to link with des here; otherwise, if krb4 is shared the link
## will fail with unresolved references
-make_print_version_LDADD += $(LIB_krb4) -ldes
+make_print_version_LDADD = $(LIB_krb4) -ldes
endif
endif
OpenPOWER on IntegriCloud