diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2009-11-02 02:09:05 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-01 19:01:05 -0800 |
commit | 754571261a87064434441dc7978153df52a874e7 (patch) | |
tree | cedf35b75621edb97043e91e2f3a6d328107ecaf /Makefile | |
parent | d52dc4b10b2f78dc24ea05e88ddc25ee0f46491e (diff) | |
download | git-754571261a87064434441dc7978153df52a874e7.tar.gz |
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 <ldv@altlinux.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |