summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-03-06 21:36:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:20 -0500
commit86dda205623926e83d28a20d0b4d87ea1ac11824 (patch)
tree457f505ca49837241d87b818fcbd4a4f145e8f28 /source4/lib/ldb/config.mk
parentce3032cab82fd66ddfd4d55d7cc242aff80be161 (diff)
downloadsamba-86dda205623926e83d28a20d0b4d87ea1ac11824.tar.gz
samba-86dda205623926e83d28a20d0b4d87ea1ac11824.tar.bz2
samba-86dda205623926e83d28a20d0b4d87ea1ac11824.zip
r13899: Get the shared library build building again. Just compiles for now,
but modules don't work yet.. (Run LIBRARY_OUTPUT_TYPE=SHARED_LIBRARY MODULE_OUTPUT_TYPE=SHARED_LIBRARY ./config.status) (This used to be commit ba74f24e422eda0379615f2ab39bef1e1e025ce7)
Diffstat (limited to 'source4/lib/ldb/config.mk')
-rw-r--r--source4/lib/ldb/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/ldb/config.mk b/source4/lib/ldb/config.mk
index 3d40760d2c..adfb6cedb7 100644
--- a/source4/lib/ldb/config.mk
+++ b/source4/lib/ldb/config.mk
@@ -152,7 +152,7 @@ OBJ_FILES = \
common/ldb_controls.o \
common/qsort.o
REQUIRED_SUBSYSTEMS = \
- LIBREPLACE LIBTALLOC LDBSAMBA
+ LIBREPLACE LIBTALLOC
NOPROTO = YES
MANPAGE = man/ldb.3
PUBLIC_HEADERS = include/ldb.h
@@ -163,6 +163,7 @@ PUBLIC_HEADERS = include/ldb.h
################################################
# Start SUBSYSTEM LDBSAMBA
[SUBSYSTEM::LDBSAMBA]
+REQUIRED_SUBSYSTEMS = LIB_SECURITY SAMDB
OBJ_FILES = \
samba/ldif_handlers.o
# End SUBSYSTEM LDBSAMBA