summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2009-11-01 23:09:05 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-11-02 03:01:05 (GMT)
commit754571261a87064434441dc7978153df52a874e7 (patch)
treecedf35b75621edb97043e91e2f3a6d328107ecaf /Makefile
parentd52dc4b10b2f78dc24ea05e88ddc25ee0f46491e (diff)
downloadgit-754571261a87064434441dc7978153df52a874e7.zip
git-754571261a87064434441dc7978153df52a874e7.tar.gz
git-754571261a87064434441dc7978153df52a874e7.tar.bz2
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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 268aede..3bca8d4 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