From ebfe6dc471c206300fd82c7c0fd145f683aa52f6 Mon Sep 17 00:00:00 2001 From: assar Date: Tue, 13 Feb 2001 16:46:19 +0000 Subject: import of heimdal 0.3e --- crypto/heimdal/lib/Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'crypto/heimdal/lib/Makefile.am') diff --git a/crypto/heimdal/lib/Makefile.am b/crypto/heimdal/lib/Makefile.am index c600c22..ed228d1 100644 --- a/crypto/heimdal/lib/Makefile.am +++ b/crypto/heimdal/lib/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.16 1999/04/01 15:03:37 joda Exp $ +# $Id: Makefile.am,v 1.21 2000/11/15 23:11:05 assar Exp $ include $(top_srcdir)/Makefile.am.common @@ -8,6 +8,9 @@ endif if OTP dir_otp = otp endif +if DCE +dir_dce = kdfs +endif -SUBDIRS = roken editline com_err sl asn1 des krb5 \ - kafs hdb kadm5 gssapi auth $(dir_45) $(dir_otp) +SUBDIRS = @DIR_roken@ vers editline com_err sl asn1 @DIR_des@ krb5 \ + kafs hdb kadm5 gssapi auth $(dir_45) $(dir_otp) $(dir_dce) -- cgit v1.1