mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
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
|