mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
91b30df39b
- Move sendfile check to ntvfs/config.m4
- Move comparison_fn_t check to build/m4/rewrite.m4
Please do not new tests to configure.in directly,
please add them to the subsystems config.m4 file where they belong to or
to build/m4/rewrite.m4 if you don't know where to put it for now
Thanks
I know samba4's build system is not completly rewritten.
I have a lot of updatest in my local tree, but it's not complete yet
when it's complete I'll write documentation for it:-)
metze
(This used to be commit 31c23f14d6
)
18 lines
485 B
Plaintext
18 lines
485 B
Plaintext
|
|
SMB_MODULE(libldb_tdb,LIBLDB,STATIC,
|
|
[lib/ldb/ldb_tdb/ldb_tdb.o \
|
|
lib/ldb/ldb_tdb/ldb_pack.o \
|
|
lib/ldb/ldb_tdb/ldb_search.o \
|
|
lib/ldb/ldb_tdb/ldb_index.o \
|
|
lib/ldb/ldb_tdb/ldb_match.o])
|
|
|
|
if test x"$with_ldap_support" = x"yes"; then
|
|
SMB_MODULE_DEFAULT(libldb_ldap,STATIC)
|
|
fi
|
|
SMB_MODULE(libldb_ldap,LIBLDB,NOT,[lib/ldb/ldb_ldap/ldb_ldap.o])
|
|
|
|
SMB_SUBSYSTEM(LIBLDB,[lib/ldb/common/ldb.o],
|
|
[lib/ldb/common/ldb_ldif.o \
|
|
lib/ldb/common/ldb_parse.o \
|
|
lib/ldb/common/util.o])
|