dont build editline if not needed. From Guillame Rosse

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23372 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-07-17 20:42:30 +00:00
parent b284984fc7
commit 97aa9055da
2 changed files with 8 additions and 1 deletions

View File

@@ -2,6 +2,9 @@
include $(top_srcdir)/Makefile.am.common
if EDITLINE
dir_editline = editline
endif
if KRB4
dir_45 = 45
endif
@@ -18,6 +21,6 @@ if !HAVE_OPENSSL
dir_hcrypto = hcrypto
endif
SUBDIRS = roken vers editline $(dir_com_err) sl wind asn1 sqlite \
SUBDIRS = roken vers $(dir_editline) $(dir_com_err) sl wind asn1 sqlite \
$(dir_hcrypto) hx509 krb5 ntlm kafs gssapi hdb kadm5 \
auth $(dir_45) $(dir_otp) $(dir_dce)