
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20379 ec53bebd-3082-4978-b11e-865c3cabbd6b
22 lines
354 B
Makefile
22 lines
354 B
Makefile
# $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
if KCM
|
|
kcm_dir = kcm
|
|
endif
|
|
|
|
SUBDIRS= include lib kuser kdc admin kadmin kpasswd
|
|
SUBDIRS+= $(kcm_dir) appl doc tools tests packages
|
|
|
|
## ACLOCAL = @ACLOCAL@ -I cf
|
|
ACLOCAL_AMFLAGS = -I cf
|
|
|
|
EXTRA_DIST = \
|
|
Makefile.am.common \
|
|
krb5.conf \
|
|
cf/make-proto.pl \
|
|
cf/check-symbols.sh \
|
|
cf/install-catman.sh
|
|
|