|
Last change
on this file since 5 was 1, checked in by Paul Smedley, 10 years ago |
|
Initial commit of Heimdal 1.5.3
|
|
File size:
515 bytes
|
| Line | |
|---|
| 1 | # $Id$
|
|---|
| 2 |
|
|---|
| 3 | include $(top_srcdir)/Makefile.am.common
|
|---|
| 4 |
|
|---|
| 5 | if LIBEDIT
|
|---|
| 6 | dir_editline = libedit
|
|---|
| 7 | endif
|
|---|
| 8 | if OTP
|
|---|
| 9 | dir_otp = otp
|
|---|
| 10 | endif
|
|---|
| 11 | if DCE
|
|---|
| 12 | dir_dce = kdfs
|
|---|
| 13 | endif
|
|---|
| 14 | if COM_ERR
|
|---|
| 15 | dir_com_err = com_err
|
|---|
| 16 | endif
|
|---|
| 17 | if !HAVE_OPENSSL
|
|---|
| 18 | dir_hcrypto = hcrypto
|
|---|
| 19 | endif
|
|---|
| 20 | if !SQLITE3
|
|---|
| 21 | dir_sqlite = sqlite
|
|---|
| 22 | endif
|
|---|
| 23 |
|
|---|
| 24 | SUBDIRS = \
|
|---|
| 25 | roken \
|
|---|
| 26 | vers \
|
|---|
| 27 | $(dir_editline) \
|
|---|
| 28 | $(dir_com_err) \
|
|---|
| 29 | sl \
|
|---|
| 30 | wind \
|
|---|
| 31 | asn1 \
|
|---|
| 32 | $(dir_sqlite) \
|
|---|
| 33 | $(dir_hcrypto) \
|
|---|
| 34 | ipc \
|
|---|
| 35 | hx509 \
|
|---|
| 36 | krb5 \
|
|---|
| 37 | ntlm \
|
|---|
| 38 | kafs \
|
|---|
| 39 | gssapi \
|
|---|
| 40 | hdb \
|
|---|
| 41 | kadm5 \
|
|---|
| 42 | $(dir_otp) \
|
|---|
| 43 | $(dir_dce)
|
|---|
| 44 |
|
|---|
| 45 | EXTRA_DIST = NTMakefile heimdal
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.