
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21418 ec53bebd-3082-4978-b11e-865c3cabbd6b
12 lines
148 B
Makefile
12 lines
148 B
Makefile
# $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
SUBDIRS = db kdc gss ldap can java
|
|
|
|
if ENABLE_SHARED
|
|
if HAVE_DLOPEN
|
|
SUBDIRS += plugin
|
|
endif
|
|
endif
|