12 lines
152 B
Makefile
12 lines
152 B
Makefile
# $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
SUBDIRS = bin db kdc gss ldap can java
|
|
|
|
if ENABLE_SHARED
|
|
if HAVE_DLOPEN
|
|
SUBDIRS += plugin
|
|
endif
|
|
endif
|