source: heimdal/trunk/lib/Makefile.am@ 5

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
3include $(top_srcdir)/Makefile.am.common
4
5if LIBEDIT
6dir_editline = libedit
7endif
8if OTP
9dir_otp = otp
10endif
11if DCE
12dir_dce = kdfs
13endif
14if COM_ERR
15dir_com_err = com_err
16endif
17if !HAVE_OPENSSL
18dir_hcrypto = hcrypto
19endif
20if !SQLITE3
21dir_sqlite = sqlite
22endif
23
24SUBDIRS = \
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
45EXTRA_DIST = NTMakefile heimdal
Note: See TracBrowser for help on using the repository browser.