summaryrefslogtreecommitdiff
path: root/source4/lib/samba3/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-08-21 20:01:10 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:34:17 -0500
commit6e388c27d86d77f2c7f9414fbb152c246ca53022 (patch)
treec5fa354a5b797f7a90655140572df4b617469839 /source4/lib/samba3/config.mk
parent7fca0f1b986d5f1786c0c43bec6b10174e137939 (diff)
downloadsamba-6e388c27d86d77f2c7f9414fbb152c246ca53022.tar.gz
samba-6e388c27d86d77f2c7f9414fbb152c246ca53022.tar.bz2
samba-6e388c27d86d77f2c7f9414fbb152c246ca53022.zip
r9455: Support for reading the policy database
(This used to be commit 7548a5012aad41bde0652d4532d184545997be86)
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 5045901b3b..ba6c1a8dbc 100644
--- a/source4/lib/samba3/config.mk
+++ b/source4/lib/samba3/config.mk
@@ -3,7 +3,8 @@
[SUBSYSTEM::LIBSAMBA3]
INIT_OBJ_FILES = \
lib/samba3/smbpasswd.o \
- lib/samba3/tdbsam.o
+ lib/samba3/tdbsam.o \
+ lib/samba3/policy.o
# End SUBSYSTEM LIBSAMBA3
################################################