git.samba.org
/
sfrench
/
samba-autobuild
/
.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
r9685: Add tests for samba3sam mapping module
[sfrench/samba-autobuild/.git]
/
source4
/
lib
/
ldb
/
config.mk
diff --git
a/source4/lib/ldb/config.mk
b/source4/lib/ldb/config.mk
index 76059b3b608072cd057e6f8dce045041bc5c360f..23a99e367bfc33b96e16c2e35dc0dc6c5828108f 100644
(file)
--- a/
source4/lib/ldb/config.mk
+++ b/
source4/lib/ldb/config.mk
@@
-115,7
+115,8
@@
REQUIRED_SUBSYSTEMS = \
# Start SUBSYSTEM LDBSAMBA
[SUBSYSTEM::LDBSAMBA]
OBJ_FILES = \
- lib/ldb/samba/ldif_handlers.o
+ lib/ldb/samba/ldif_handlers.o \
+ lib/ldb/samba/samba3sam.o
# End SUBSYSTEM LDBSAMBA
################################################