summaryrefslogtreecommitdiff
path: root/source4/lib/samba3/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-24 22:06:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:34:33 -0500
commit98b303e2ebf0814856759499a99c40d5cd4f9f00 (patch)
treeb8ef01b7428cbc8554f642be2554d66ae612cef5 /source4/lib/samba3/config.mk
parent47843f2b64001552b4606b2a2ecd6cefbf3971ba (diff)
downloadsamba-98b303e2ebf0814856759499a99c40d5cd4f9f00.tar.gz
samba-98b303e2ebf0814856759499a99c40d5cd4f9f00.tar.bz2
samba-98b303e2ebf0814856759499a99c40d5cd4f9f00.zip
r9595: Add ldb map module
(This used to be commit e0a0d3f092d601a22b7549a0278735e66239b301)
Diffstat (limited to 'source4/lib/samba3/config.mk')
-rw-r--r--source4/lib/samba3/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk
index 75073048d0..b5bf3fadb9 100644
--- a/source4/lib/samba3/config.mk
+++ b/source4/lib/samba3/config.mk
@@ -10,7 +10,8 @@ ADD_OBJ_FILES = \
lib/samba3/samba3.o \
lib/samba3/group.o \
lib/samba3/registry.o \
- lib/samba3/secrets.o
+ lib/samba3/secrets.o \
+ lib/samba3/ldb_samba3.o
# End SUBSYSTEM LIBSAMBA3
################################################