summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-11-02 06:10:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-11-02 06:10:08 (GMT)
commit8cc62c1677c99c5e204d2b51269b47b7557a79e0 (patch)
tree2f229d7cbf9d5d8b1f1b0a133cdbae795fa1c473 /Makefile
parentc8a58ac5a52b0850fbca87898d1c6aa44cf5626f (diff)
parent754571261a87064434441dc7978153df52a874e7 (diff)
downloadgit-8cc62c1677c99c5e204d2b51269b47b7557a79e0.zip
git-8cc62c1677c99c5e204d2b51269b47b7557a79e0.tar.gz
git-8cc62c1677c99c5e204d2b51269b47b7557a79e0.tar.bz2
Merge branch 'maint'
* maint: Makefile: add compat/bswap.h to LIB_H
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 15ea32d..5d5976f 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