summaryrefslogtreecommitdiff
path: root/source4/Makefile.in
diff options
context:
space:
mode:
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"