From: Dmitry V. Levin Date: Sun, 1 Nov 2009 23:09:05 +0000 (+0300) Subject: Makefile: add compat/bswap.h to LIB_H X-Git-Tag: v1.6.5.3~29 X-Git-Url: https://repo.or.cz/w/git/gitweb.git/commitdiff_plain/754571261a87064434441dc7978153df52a874e7 Makefile: add compat/bswap.h to LIB_H Starting with commit 51ea55190b6e72c77c96754c1bf2f149a4714848, git-compat-util.h includes compat/bswap.h Signed-off-by: Dmitry V. Levin Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index 268aede566..3bca8d42cc 100644 --- a/Makefile +++ b/Makefile @@ -412,6 +412,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