summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-09-25 11:08:16 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-09-25 11:08:16 +0000
commitf0c095875758ef44ed2d25d3ed9d77e5e163b75f (patch)
tree882530ccdec160d4bae67fb5d8628d4d057fc31c /source
parent237883d1e68e99a3ea3df9b6e182c70cb31b2523 (diff)
downloadsamba-f0c095875758ef44ed2d25d3ed9d77e5e163b75f.tar.gz
samba-f0c095875758ef44ed2d25d3ed9d77e5e163b75f.tar.xz
samba-f0c095875758ef44ed2d25d3ed9d77e5e163b75f.zip
Compile samtest with LIBADS_OBJ and PASSDB_OBJ...
Diffstat (limited to 'source')
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in
index f1c71264510..f3d9b7ec099 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -225,7 +225,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 torture/cmd_sam.o $(SAM_OBJ) $(LIB_OBJ) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(READLINE_OBJ) lib/util_seaccess.o passdb/machine_sid.o passdb/secrets.o
+SAMTEST_OBJ = torture/samtest.o torture/cmd_sam.o $(SAM_OBJ) $(LIB_OBJ) $(PARAM_OBJ) $(LIBSMB_OBJ) $(UBIQX_OBJ) $(READLINE_OBJ) lib/util_seaccess.o $(LIBADS_OBJ) $(PASSDB_OBJ) $(SECRETS_OBJ) $(GROUPDB_OBJ)
GROUPDB_OBJ = groupdb/mapping.o