- detect presence of remsh and use it instead of rsh
[rsync/rsync.git] / Makefile.in
index 36e4180..b5309be 100644 (file)
@@ -11,7 +11,6 @@ CC=@CC@ $(CCOPTFLAGS)
 
 INSTALLCMD=@INSTALL@
 
-
 SRC=@srcdir@
 SHELL=/bin/sh
 
@@ -19,9 +18,9 @@ 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 $(LIBOBJ)
+OBJS=$(OBJS1) flist.o io.o compat.o hlink.o token.o $(LIBOBJ)
 
 .c.o:
        $(CC) $(CFLAGS) -c $*.c -o $*.o