summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-05-13 08:52:12 +0000
committerAndrew Tridgell <tridge@samba.org>1998-05-13 08:52:12 +0000
commit0c515f17c44344813e8949fbb684b357ad70cfdf (patch)
tree5cbcda516222a5bd35331b017499c717eac9156e /Makefile.in
parent851dbdb775e409cf9f55e51bd8e07139d2f8930b (diff)
downloadrsync-0c515f17c44344813e8949fbb684b357ad70cfdf.tar.gz
added two new options "max connections" and "lock file"
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 43785150..a222a813 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -23,7 +23,7 @@ SHELL=/bin/sh
LIBOBJ=lib/getopt.o lib/fnmatch.o lib/zlib.o lib/compat.o
OBJS1=rsync.o exclude.o util.o md4.o main.o checksum.o match.o syscall.o log.o
OBJS2=options.o flist.o io.o compat.o hlink.o token.o uidlist.o socket.o
-DAEMON_OBJ = params.o loadparm.o clientserver.o access.o
+DAEMON_OBJ = params.o loadparm.o clientserver.o access.o connection.o
OBJS=$(OBJS1) $(OBJS2) $(DAEMON_OBJ) $(LIBOBJ)
# note that the -I. is needed to handle config.h when using VPATH