diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-09-11 17:27:25 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:06:27 -0500 |
commit | 2e5f023a69cda6f507a2a820c97b0f095ce44678 (patch) | |
tree | 38dd9bb80b39d9f26c4696dc56fee1561cbf6a54 /source4/lib/ldb/ldb_ildap/config.mk | |
parent | 08ff1a50f2adf1b68bda79c0ce09316f266d16e6 (diff) | |
download | samba-2e5f023a69cda6f507a2a820c97b0f095ce44678.tar.gz samba-2e5f023a69cda6f507a2a820c97b0f095ce44678.tar.bz2 samba-2e5f023a69cda6f507a2a820c97b0f095ce44678.zip |
r25093: Use system-provided ldb library if available. Note that this only means using the ldb library from the system - the custom command-line tools for Samba 4 will still be built even if they are already provided by the system.
(This used to be commit 8aab673df5200a4555777caf4ee58907cf6fe4cc)
Diffstat (limited to 'source4/lib/ldb/ldb_ildap/config.mk')
-rw-r--r-- | source4/lib/ldb/ldb_ildap/config.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/source4/lib/ldb/ldb_ildap/config.mk b/source4/lib/ldb/ldb_ildap/config.mk new file mode 100644 index 0000000000..71887c14f8 --- /dev/null +++ b/source4/lib/ldb/ldb_ildap/config.mk @@ -0,0 +1,14 @@ +################################################ +# Start MODULE ldb_ildap +[MODULE::ldb_ildap] +SUBSYSTEM = LIBLDB +CFLAGS = -Ilib/ldb/include +PRIVATE_DEPENDENCIES = LIBTALLOC LIBCLI_LDAP +INIT_FUNCTION = ldb_ildap_init +ALIASES = ldapi ldaps ldap +OBJ_FILES = \ + ldb_ildap.o +# End MODULE ldb_ildap +################################################ + + |