summaryrefslogtreecommitdiff
path: root/source4/dsdb
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-27 02:04:38 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:18 +0100
commit0ac6bffdf46003517127fbd9763f74e09e96c21a (patch)
tree40b0a1883a8864f4041fd6493e5acb6c5241cc53 /source4/dsdb
parent25143a26481e735c46c61aa3673eb4858a7819be (diff)
downloadsamba-0ac6bffdf46003517127fbd9763f74e09e96c21a.tar.gz
samba-0ac6bffdf46003517127fbd9763f74e09e96c21a.tar.bz2
samba-0ac6bffdf46003517127fbd9763f74e09e96c21a.zip
r26136: Attempt to fix dependencies for auth.
(This used to be commit abf2600a044cdbab6c5d7880d18217bff3d15c39)
Diffstat (limited to 'source4/dsdb')
-rw-r--r--source4/dsdb/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/dsdb/config.mk b/source4/dsdb/config.mk
index 56a8f532b1..77a9085f0e 100644
--- a/source4/dsdb/config.mk
+++ b/source4/dsdb/config.mk
@@ -8,7 +8,8 @@ include samdb/ldb_modules/config.mk
PUBLIC_PROTO_HEADER = samdb/samdb_proto.h
PUBLIC_HEADERS = samdb/samdb.h
PUBLIC_DEPENDENCIES = LIBCLI_LDAP HEIMDAL_KRB5
-PRIVATE_DEPENDENCIES = LIBNDR NDR_MISC NDR_DRSUAPI NDR_DRSBLOBS NSS_WRAPPER
+PRIVATE_DEPENDENCIES = LIBNDR NDR_MISC NDR_DRSUAPI NDR_DRSBLOBS NSS_WRAPPER \
+ auth_system_session
OBJ_FILES = \
samdb/samdb.o \
samdb/samdb_privilege.o \