summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-10-08 11:11:46 +0000
committerStefan Metzmacher <metze@sernet.de>2007-10-22 08:46:10 +0200
commit1e9e1b6fca4c3c10d9e37a7b980859ff40e352e0 (patch)
tree8b9a24b3477bf1454decd8e8deecc26c8a6fe9d6 /source3/Makefile.in
parente5cedc7611f1dd4441cdde5ebb2857d8476eb450 (diff)
downloadsamba-1e9e1b6fca4c3c10d9e37a7b980859ff40e352e0.tar.gz
samba-1e9e1b6fca4c3c10d9e37a7b980859ff40e352e0.tar.bz2
samba-1e9e1b6fca4c3c10d9e37a7b980859ff40e352e0.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 (cherry picked from commit 97c63f1b95190f3bcc1d9f34765934c97ffb720c) (This used to be commit a1c354866c04a305aa28a287dc6c72db1aa845a9)
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 4d261d37d1..89ab9e31de 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -865,6 +865,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 = \