From: Jonathan Nieder Date: Sat, 6 Nov 2010 11:47:34 +0000 (-0500) Subject: wrapper: give zlib wrappers their own translation unit X-Git-Tag: v1.7.4-rc0~89^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/b0613ce0f9ef3fd111f8c75b84ddd12f9f04fc87?hp=b0613ce0f9ef3fd111f8c75b84ddd12f9f04fc87 wrapper: give zlib wrappers their own translation unit Programs using xmalloc() but not git_inflate() require -lz on the linker command line because git_inflate() is in the same translation unit as xmalloc(). Signed-off-by: Jonathan Nieder Signed-off-by: Junio C Hamano ---