]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Must define LIBOBJDIR in the Makefile.
authorWayne Davison <wayned@samba.org>
Fri, 1 May 2015 21:25:50 +0000 (14:25 -0700)
committerWayne Davison <wayned@samba.org>
Fri, 1 May 2015 21:26:05 +0000 (14:26 -0700)
Makefile.in

index 71a86f61e2f2e2b4a3d73e68ca3dfa4cca32f81b..8332a50ddf78215915a428dfa9ad853d91e84f5a 100644 (file)
@@ -14,6 +14,7 @@ CFLAGS=@CFLAGS@
 CPPFLAGS=@CPPFLAGS@
 EXEEXT=@EXEEXT@
 LDFLAGS=@LDFLAGS@
+LIBOBJDIR=lib/
 
 INSTALLCMD=@INSTALL@
 INSTALLMAN=@INSTALL@