Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-11-02 09:10:08 +0300
committerJunio C Hamano <gitster@pobox.com>2009-11-02 09:10:08 +0300
commit8cc62c1677c99c5e204d2b51269b47b7557a79e0 (patch)
tree2f229d7cbf9d5d8b1f1b0a133cdbae795fa1c473 /Makefile
parentc8a58ac5a52b0850fbca87898d1c6aa44cf5626f (diff)
parent754571261a87064434441dc7978153df52a874e7 (diff)
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 15ea32d394..5d5976f94f 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