summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/Makefile.am')
-rw-r--r--crypto/heimdal/lib/Makefile.am9
1 files changed, 6 insertions, 3 deletions
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)
OpenPOWER on IntegriCloud