summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-03-26 02:39:48 +0000
committerAndrew Tridgell <tridge@samba.org>2004-03-26 02:39:48 +0000
commit47dfe299c8a5a64ade88d15ecf71f99800ea40cd (patch)
tree0cf7ed8fbcb122f397f6c9f541d656bb1344b42c /source4/Makefile.in
parent9a29b393775e29dea2ba1048e86fed60b7a38e3d (diff)
downloadsamba-47dfe299c8a5a64ade88d15ecf71f99800ea40cd.tar.gz
samba-47dfe299c8a5a64ade88d15ecf71f99800ea40cd.tar.bz2
samba-47dfe299c8a5a64ade88d15ecf71f99800ea40cd.zip
- moved some of the base tests into torture/basic/
- added a CHARSET set of tests, which determines how the server deals with some specific charset issues related to UTF-16 support. Interestingly, Samba3 already passes all but one of these tests, because our incorrect UCS-2 and UTF-8 implementations where we don't check the validity of characters actually matches what Windows does! This means that adding UTF-16 support to Samba is going to be _much_ easier than we expected. (This used to be commit c8497a42364d186f08102224d5062d176ee81f5b)
Diffstat (limited to 'source4/Makefile.in')
-rw-r--r--source4/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/Makefile.in b/source4/Makefile.in
index e240afb766..f095007c99 100644
--- a/source4/Makefile.in
+++ b/source4/Makefile.in
@@ -143,6 +143,8 @@ TORTURE_RPC_OBJS = @TORTURE_RPC_OBJS@
TORTURE_NBENCH_OBJS = @TORTURE_NBENCH_OBJS@
+TORTURE_BASIC_OBJS = @TORTURE_BASIC_OBJS@
+
TORTURE_OBJS = @TORTURE_OBJS@
TORTURE_LIBS = @TORTURE_LIBS@
@@ -188,6 +190,7 @@ PROTO_OBJ = $(SERVER_OBJS) $(PROCESS_MODEL_OBJS) $(CLIENT_OBJS) $(TORTURE_OBJS)
$(DCERPC_OBJS) $(SMB_OBJS) $(AUTH_OBJS) $(PASSDB_OBJS) $(NTVFS_OBJS) \
$(LIBBASIC_OBJS) $(CONFIG_OBJS) $(LIBCMDLINE_OBJS) $(LIBSMB_OBJS)
+
######################################################################
# now the rules...
######################################################################
@@ -453,5 +456,5 @@ $(srcdir)/configure: $(srcdir)/configure.in
config.status: $(srcdir)/configure
@echo "WARNING: you need to run configure"
-Makefile: $(srcdir)/Makefile.in config.status
+Makefile: $(srcdir)/Makefile.in config.status smb_server/config.m4
@echo "WARNING: you need to run ./config.status"