blob: aad29fab879ea23f54e0e616c9e42e460a872f70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $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
|