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:
@@ -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
|
||||
|
@@ -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)
|
||||
|
Reference in New Issue
Block a user