summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-09-19 15:39:00 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-09-19 15:39:00 +0000
commit1244410cc4d48e3d68dad2c979a9ad2a2f70989e (patch)
treee6cb5a104acdcfe17f435c4cacb0c9429bfb167f /source3/Makefile.in
parent1a01635486c1d383d0994408f133eecd6fe4acec (diff)
downloadsamba-1244410cc4d48e3d68dad2c979a9ad2a2f70989e.tar.gz
samba-1244410cc4d48e3d68dad2c979a9ad2a2f70989e.tar.bz2
samba-1244410cc4d48e3d68dad2c979a9ad2a2f70989e.zip
Merge in first command for 'samtest'
Fix small bug in sam/interface.c Make sam backend to default to a define (This used to be commit 60ab55fedf03a0b505b0b73527e031124a46304e)
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 c819ef1114..dbbd97bbff 100644
--- a/source3/Makefile.in
+++ b/source3/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 $(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 passdb/machine_sid.o passdb/secrets.o
GROUPDB_OBJ = groupdb/mapping.o