Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Add transport.h to LIB_H as transport.o is in LIB_OBJS
author
Shawn O. Pearce
<spearce@spearce.org>
Sat, 15 Sep 2007 07:23:10 +0000
(
03:23
-0400)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 19 Sep 2007 10:22:31 +0000
(
03:22
-0700)
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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(from parent 1:
8eb554a
)
diff --git
a/Makefile
b/Makefile
index 5b447d4f73af1cd45dcf3dd6be55ac46ca4bfd10..23dc52c1d9c984cbe4030de014c1e5b5e703b33b 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-287,7
+287,7
@@
LIB_H = \
run-command.h strbuf.h tag.h tree.h git-compat-util.h revision.h \
tree-walk.h log-tree.h dir.h path-list.h unpack-trees.h builtin.h \
utf8.h reflog-walk.h patch-ids.h attr.h decorate.h progress.h \
- mailmap.h remote.h
+ mailmap.h remote.h
transport.h
DIFF_OBJS = \
diff.o diff-lib.o diffcore-break.o diffcore-order.o \