better handling of otp

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5668 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1999-03-21 14:03:33 +00:00
parent d0c90ffe9e
commit 146eefb22d
2 changed files with 8 additions and 6 deletions

View File

@@ -2,6 +2,8 @@
include $(top_srcdir)/Makefile.am.common
SUBDIRS = afsutil ftp login @OTP_dir@ popper push rsh telnet test
DIST_SUBDIRS = afsutil ftp login otp popper push rsh telnet test
if OTP
dir_otp = otp
endif
SUBDIRS = afsutil ftp login $(dir_otp) popper push rsh telnet test
# kauth kx

View File

@@ -5,9 +5,9 @@ include $(top_srcdir)/Makefile.am.common
if KRB4
dir_45 = 45
endif
if OTP
dir_otp = otp
endif
SUBDIRS = roken editline com_err sl asn1 des krb5 \
kafs hdb kadm5 gssapi $(dir_45) @OTP_dir@
DIST_SUBDIRS = roken editline com_err sl asn1 des krb5 \
kafs hdb kadm5 gssapi 45 otp
kafs hdb kadm5 gssapi $(dir_45) $(dir_otp)