X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8ef6b72514b9138653f0cdcde5bca00685470432..a358449ab17f4e3c400d2a96acc900cfd0022f95:/Makefile.in diff --git a/Makefile.in b/Makefile.in index 140f2233..5574842f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,6 +17,8 @@ srcdir=@srcdir@ VPATH=$(srcdir) SHELL=/bin/sh +VERSION=@VERSION@ + .SUFFIXES: .SUFFIXES: .c .o @@ -132,3 +134,4 @@ installcheck: $(CHECK_PROGS) $(OBJS): config.h *.h */*.h +# TODO: Add 'dist' target; need to know which files will be included \ No newline at end of file