summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-09-08 14:58:23 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-09-08 14:58:23 +0000
commit8a5abe4dbee59dd53a9a2b842698ac6cb587a104 (patch)
tree59ab5972f4fca40064396229a1939c1164d6a480 /source3/Makefile.in
parent79f54d28f8dd7aae636c2c2c857c98ad35fc747f (diff)
downloadsamba-8a5abe4dbee59dd53a9a2b842698ac6cb587a104.tar.gz
samba-8a5abe4dbee59dd53a9a2b842698ac6cb587a104.tar.bz2
samba-8a5abe4dbee59dd53a9a2b842698ac6cb587a104.zip
Patch from Stefan (metze) Metzmacher with more updates for the SAM subsystem
(This used to be commit 56cb03bfc68727384df46bde6df03950f7cdfcf9)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 796d994b13..e22387c4de 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -224,7 +224,7 @@ SAM_STATIC_MODULES = sam/sam_plugin.o
SAM_OBJ = sam/account.o sam/get_set_account.o sam/get_set_group.o \
sam/get_set_domain.o sam/interface.o sam/api.o $(SAM_STATIC_MODULES)
-SAMTEST_OBJ = torture/samtest.o $(SAM_OBJ) $(LIB_OBJ) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(READLINE_OBJ) lib/util_seaccess.o
+SAMTEST_OBJ = torture/samtest.o $(SAM_OBJ) $(LIB_OBJ) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(READLINE_OBJ) lib/util_seaccess.o passdb/machine_sid.o passdb/secrets.o
GROUPDB_OBJ = groupdb/mapping.o