wrapper: give zlib wrappers their own translation unit
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 6 Nov 2010 11:47:34 +0000 (06:47 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Nov 2010 19:07:51 +0000 (11:07 -0800)
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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found