X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/e260d7fb48763ca7e4bd19e1c97d993771ffcb53..4fe159a81d1f0c39aaa7f05dbb33b36d231e7c80:/Makefile.in diff --git a/Makefile.in b/Makefile.in index a4366420..36e4180c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,7 +21,7 @@ SHELL=/bin/sh LIBOBJ=lib/getopt.o lib/fnmatch.o OBJS1=rsync.o exclude.o util.o md4.o main.o checksum.o match.o -OBJS=$(OBJS1) flist.o io.o $(LIBOBJ) +OBJS=$(OBJS1) flist.o io.o compat.o $(LIBOBJ) .c.o: $(CC) $(CFLAGS) -c $*.c -o $*.o