
directory is $(top_srcdir) anyways and having $(top_srcdir) there breaks if it's a relative path git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6793 ec53bebd-3082-4978-b11e-865c3cabbd6b
10 lines
182 B
Makefile
10 lines
182 B
Makefile
# $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
SUBDIRS = include lib kuser kdc admin kadmin kpasswd appl doc
|
|
|
|
ACLOCAL = @ACLOCAL@ -I cf
|
|
|
|
EXTRA_DIST = Makefile.am.common krb5.conf
|