aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-11-01 22:10:08 -0800
committerJunio C Hamano <gitster@pobox.com>2009-11-01 22:10:08 -0800
commit8cc62c1677c99c5e204d2b51269b47b7557a79e0 (patch)
tree2f229d7cbf9d5d8b1f1b0a133cdbae795fa1c473
parentc8a58ac5a52b0850fbca87898d1c6aa44cf5626f (diff)
parent754571261a87064434441dc7978153df52a874e7 (diff)
downloadgit-8cc62c1677c99c5e204d2b51269b47b7557a79e0.tar.gz
git-8cc62c1677c99c5e204d2b51269b47b7557a79e0.tar.xz
Merge branch 'maint'
* maint: Makefile: add compat/bswap.h to LIB_H
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 15ea32d39..5d5976f94 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