Merge branch 'maint'

* maint:
  Makefile: add compat/bswap.h to LIB_H
This commit is contained in:
Junio C Hamano 2009-11-01 22:10:08 -08:00
commit 8cc62c1677

View file

@ -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