diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-06 21:39:49 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:48:33 +0100 |
commit | 41db2ab12cea20b271d690be554ab8e6095c2b4e (patch) | |
tree | 3bafb5adbdacb1c0ca0f639ace6c9c1ae8e3d08a /source4/auth/config.mk | |
parent | 090d251c19e31450d8fc4af50e7c6b0c09af5f89 (diff) | |
download | samba-41db2ab12cea20b271d690be554ab8e6095c2b4e.tar.gz samba-41db2ab12cea20b271d690be554ab8e6095c2b4e.tar.xz samba-41db2ab12cea20b271d690be554ab8e6095c2b4e.zip |
r26319: Split encoding functions out of libcli_ldap.
(This used to be commit 95a6ef7fc8757ccfd90dbf0d6c9b5098f10b10b6)
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r-- | source4/auth/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk index 0b927b8e586..789055408da 100644 --- a/source4/auth/config.mk +++ b/source4/auth/config.mk @@ -17,6 +17,7 @@ PRIVATE_DEPENDENCIES = auth_session PRIVATE_PROTO_HEADER = auth_sam.h OBJ_FILES = sam.o auth_sam_reply.o ntlm_check.o PUBLIC_DEPENDENCIES = SAMDB UTIL_LDB +PRIVATE_DEPENDENCIES = LDAP_ENCODE ####################### # Start MODULE auth_sam |