summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-10-08 11:11:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:31:14 -0500
commit2f6fbb1c534386e0eac73a523d0ff4f954637cff (patch)
tree9d006f69edc79f5452216d4ffb81ff104458ea82 /source3/Makefile.in
parentadf5ac6f60d3e611386bbce3ef7556b8d8efd996 (diff)
downloadsamba-2f6fbb1c534386e0eac73a523d0ff4f954637cff.tar.gz
samba-2f6fbb1c534386e0eac73a523d0ff4f954637cff.tar.bz2
samba-2f6fbb1c534386e0eac73a523d0ff4f954637cff.zip
r25568: move idmap related functions into their own file.
the final goal is to have 3 child dispatch tables 'domain', 'idmap' and 'locator' instead of one. metze (This used to be commit 97c63f1b95190f3bcc1d9f34765934c97ffb720c)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 16199446c2..bc31696fc1 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -880,6 +880,7 @@ WINBINDD_OBJ1 = \
winbindd/winbindd_creds.o \
winbindd/winbindd_cred_cache.o \
winbindd/winbindd_ccache_access.o \
+ winbindd/winbindd_idmap.o \
auth/token_util.o
WINBINDD_OBJ = \