]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'maint'
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Nov 2009 06:10:08 +0000 (22:10 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Nov 2009 06:10:08 +0000 (22:10 -0800)
* maint:
  Makefile: add compat/bswap.h to LIB_H

Makefile

index 15ea32d3949b73ca00b3bc0b917deedfd9ccc1d7..5d5976f94faa1b981f5c8ad9056ab4c5cc9dd3a6 100644 (file)
--- 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