From: Junio C Hamano Date: Mon, 2 Nov 2009 06:10:08 +0000 (-0800) Subject: Merge branch 'maint' X-Git-Tag: v1.6.6-rc0~74 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8cc62c1677c99c5e204d2b51269b47b7557a79e0?hp=c8a58ac5a52b0850fbca87898d1c6aa44cf5626f Merge branch 'maint' * maint: Makefile: add compat/bswap.h to LIB_H --- diff --git a/Makefile b/Makefile index 15ea32d394..5d5976f94f 100644 --- a/Makefile +++ b/Makefile @@ -416,6 +416,7 @@ LIB_H += builtin.h LIB_H += cache.h LIB_H += cache-tree.h LIB_H += commit.h +LIB_H += compat/bswap.h LIB_H += compat/cygwin.h LIB_H += compat/mingw.h LIB_H += csum-file.h