repo.or.cz
/
heimdal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add missing files, from Buchan Milne.
[heimdal.git]
/
Makefile.am
blob
4fece30f11bc80c58689bc509e787ebc0485227a
1
# $Id$
2
3
include $(top_srcdir)/Makefile.am.common
4
5
if KCM
6
kcm_dir = kcm
7
endif
8
9
SUBDIRS= include lib kuser kdc admin kadmin kpasswd
10
SUBDIRS+= $(kcm_dir) appl doc tools tests packages etc
11
12
## ACLOCAL = @ACLOCAL@ -I cf
13
ACLOCAL_AMFLAGS = -I cf
14
15
EXTRA_DIST = \
16
TODO \
17
LICENSE \
18
README \
19
ChangeLog \
20
ChangeLog.1998 \
21
ChangeLog.1999 \
22
ChangeLog.2000 \
23
ChangeLog.2001 \
24
ChangeLog.2002 \
25
ChangeLog.2003 \
26
ChangeLog.2004 \
27
ChangeLog.2005 \
28
ChangeLog.2006 \
29
Makefile.am.common \
30
autogen.sh \
31
krb5.conf \
32
cf/make-proto.pl \
33
cf/check-symbols.sh \
34
cf/install-catman.sh
35
36
print-distdir:
37
@echo $(distdir)