summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-09-22 00:21:26 +0200
committerStefan Metzmacher <metze@samba.org>2008-09-22 00:21:26 +0200
commitb7e2c74cef708dfaf7a22de8d68382b9a5f2cf57 (patch)
treeb0163bcdfae66dc5c08f16b7cca6738add021f63 /source3
parent2019a98e4603ad5e201c9ed297baafc3373c1fba (diff)
downloadsamba-b7e2c74cef708dfaf7a22de8d68382b9a5f2cf57.tar.gz
samba-b7e2c74cef708dfaf7a22de8d68382b9a5f2cf57.tar.bz2
samba-b7e2c74cef708dfaf7a22de8d68382b9a5f2cf57.zip
s3: link @tallocdir@/testsuite_main.o into talloctort
metze
Diffstat (limited to 'source3')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 2ae7e15bf4..8304981a1f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -946,8 +946,8 @@ SHARESEC_OBJ = $(SHARESEC_OBJ0) $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \
$(LIBSAMBA_OBJ) \
$(POPT_LIB_OBJ)
-TALLOCTORT_OBJ = @tallocdir@/testsuite.o $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) \
- $(LIBSAMBA_OBJ)
+TALLOCTORT_OBJ = @tallocdir@/testsuite.o @tallocdir@/testsuite_main.o \
+ $(PARAM_OBJ) $(LIB_NONSMBD_OBJ) $(LIBSAMBA_OBJ)
REPLACETORT_OBJ = @libreplacedir@/test/testsuite.o \
@libreplacedir@/test/getifaddrs.o \