
Put kdc last in tests/Makefile.am. There's two tests in tests/kdc that have been failing for a long time, and that causes the remaining tests to not be run. By putting kdc last those tests do run.
14 lines
177 B
Makefile
14 lines
177 B
Makefile
# $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
SUBDIRS = bin db gss ldap can java kdc
|
|
|
|
if ENABLE_SHARED
|
|
if HAVE_DLOPEN
|
|
SUBDIRS += plugin
|
|
endif
|
|
endif
|
|
|
|
EXTRA_DIST = NTMakefile
|