diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-11-01 22:10:08 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-01 22:10:08 -0800 |
commit | 8cc62c1677c99c5e204d2b51269b47b7557a79e0 (patch) | |
tree | 2f229d7cbf9d5d8b1f1b0a133cdbae795fa1c473 /Makefile | |
parent | c8a58ac5a52b0850fbca87898d1c6aa44cf5626f (diff) | |
parent | 754571261a87064434441dc7978153df52a874e7 (diff) | |
download | git-8cc62c1677c99c5e204d2b51269b47b7557a79e0.tar.gz |
Merge branch 'maint'
* maint:
Makefile: add compat/bswap.h to LIB_H
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |