diff options
author | Paul Mackerras <paulus@samba.org> | 1996-07-03 04:05:46 +0000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 1996-07-03 04:05:46 +0000 |
commit | 861c20b43d4d3b06ed3dbe0fd0195450e12e5274 (patch) | |
tree | ca6da352aa16e96175216eee62de6a3f5378613a /Makefile.in | |
parent | 1cdc8b50a2c3cd22857b86b88138fff287f5429c (diff) | |
download | rsync-861c20b43d4d3b06ed3dbe0fd0195450e12e5274.tar.gz rsync-861c20b43d4d3b06ed3dbe0fd0195450e12e5274.tar.bz2 rsync-861c20b43d4d3b06ed3dbe0fd0195450e12e5274.zip |
Added in-stream deflate compression for file reconstruction instructions.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 157f5702..33b90a40 100644 --- a/Makefile.in +++ b/Makefile.in @@ -19,7 +19,7 @@ SHELL=/bin/sh .SUFFIXES: .SUFFIXES: .c .o -LIBOBJ=lib/getopt.o lib/fnmatch.o +LIBOBJ=lib/getopt.o lib/fnmatch.o lib/zlib.o OBJS1=rsync.o exclude.o util.o md4.o main.o checksum.o match.o OBJS=$(OBJS1) flist.o io.o compat.o hlink.o token.o $(LIBOBJ) |