diff options
author | Stefan Metzmacher <metze@samba.org> | 2008-09-22 00:21:26 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2008-09-22 00:21:26 +0200 |
commit | b7e2c74cef708dfaf7a22de8d68382b9a5f2cf57 (patch) | |
tree | b0163bcdfae66dc5c08f16b7cca6738add021f63 | |
parent | 2019a98e4603ad5e201c9ed297baafc3373c1fba (diff) | |
download | samba-b7e2c74cef708dfaf7a22de8d68382b9a5f2cf57.tar.gz samba-b7e2c74cef708dfaf7a22de8d68382b9a5f2cf57.tar.bz2 samba-b7e2c74cef708dfaf7a22de8d68382b9a5f2cf57.zip |
s3: link @tallocdir@/testsuite_main.o into talloctort
metze
-rw-r--r-- | source3/Makefile.in | 4 |
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 \ |