summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-29 16:05:36 +0100
committerVolker Lendecke <vl@samba.org>2009-11-29 16:12:51 +0100
commit7bbee8dc17744a838834ea21b2acb2b7f8366194 (patch)
treea7579f123c1d418ca3cf3d7be5ceb1d1854d6925 /source3/Makefile.in
parent603a3ba19efb0d1757c7a9ef158d2fe907e48238 (diff)
downloadsamba-7bbee8dc17744a838834ea21b2acb2b7f8366194.tar.gz
samba-7bbee8dc17744a838834ea21b2acb2b7f8366194.tar.bz2
samba-7bbee8dc17744a838834ea21b2acb2b7f8366194.zip
s3: Add a regression test for bug 6898
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 6b1b64bb18..29a5b3d77f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1043,7 +1043,8 @@ NMBLOOKUP_OBJ = utils/nmblookup.o $(PARAM_OBJ) $(LIBNMB_OBJ) \
$(LIB_NONSMBD_OBJ) $(POPT_LIB_OBJ) $(LIBSAMBA_OBJ)
SMBTORTURE_OBJ1 = torture/torture.o torture/nbio.o torture/scanner.o torture/utable.o \
- torture/denytest.o torture/mangle_test.o
+ torture/denytest.o torture/mangle_test.o \
+ torture/test_posix_append.o
SMBTORTURE_OBJ = $(SMBTORTURE_OBJ1) $(PARAM_OBJ) $(TLDAP_OBJ) \
$(LIBSMB_OBJ) $(LDB_OBJ) $(KRBCLIENT_OBJ) $(LIB_NONSMBD_OBJ) \