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

1  2 
Makefile
diff --combined Makefile
index 15ea32d3949b73ca00b3bc0b917deedfd9ccc1d7,3bca8d42cc214be9bf4ab0e9a7f6cdbf7cbe30e3..5d5976f94faa1b981f5c8ad9056ab4c5cc9dd3a6
+++ b/Makefile
@@@ -159,10 -159,6 +159,10 @@@ all:
  # Define ASCIIDOC_NO_ROFF if your DocBook XSL escapes raw roff directives
  # (versions 1.72 and later and 1.68.1 and earlier).
  #
 +# Define GNU_ROFF if your target system uses GNU groff.  This forces
 +# apostrophes to be ASCII so that cut&pasting examples to the shell
 +# will work.
 +#
  # Define NO_PERL_MAKEMAKER if you cannot use Makefiles generated by perl's
  # MakeMaker (e.g. using ActiveState under Cygwin).
  #
@@@ -416,6 -412,7 +416,7 @@@ LIB_H += builtin.
  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
@@@ -456,7 -453,6 +457,7 @@@ LIB_H += sideband.
  LIB_H += sigchain.h
  LIB_H += strbuf.h
  LIB_H += string-list.h
 +LIB_H += submodule.h
  LIB_H += tag.h
  LIB_H += transport.h
  LIB_H += tree.h
@@@ -555,7 -551,6 +556,7 @@@ LIB_OBJS += sideband.
  LIB_OBJS += sigchain.o
  LIB_OBJS += strbuf.o
  LIB_OBJS += string-list.o
 +LIB_OBJS += submodule.o
  LIB_OBJS += symlinks.o
  LIB_OBJS += tag.o
  LIB_OBJS += trace.o