summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-09-15 07:23:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-09-19 10:22:31 (GMT)
commitbe6042cfa59358b733b6f9ba05bcbc317998d9fe (patch)
tree7331306ce08613d271551db569f7976a86ac11c8 /Makefile
parent8eb554ae628d2504922912fb5f046741da4654fc (diff)
downloadgit-be6042cfa59358b733b6f9ba05bcbc317998d9fe.zip
git-be6042cfa59358b733b6f9ba05bcbc317998d9fe.tar.gz
git-be6042cfa59358b733b6f9ba05bcbc317998d9fe.tar.bz2
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5b447d4..23dc52c 100644
--- 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 \