Add transport.h to LIB_H as transport.o is in LIB_OBJS
commitbe6042cfa59358b733b6f9ba05bcbc317998d9fe
authorShawn O. Pearce <spearce@spearce.org>
Sat, 15 Sep 2007 07:23:10 +0000 (15 03:23 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Sep 2007 10:22:31 +0000 (19 03:22 -0700)
tree7331306ce08613d271551db569f7976a86ac11c8
parent8eb554ae628d2504922912fb5f046741da4654fc
Add transport.h to LIB_H as transport.o is in LIB_OBJS

Any changes to transport.h probably will require rebuilding a
number of object files so we should make sure it is included
in our set of headers.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile