summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-20 08:47:34 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-01-21 05:32:31 (GMT)
commit53645a3a62977d5efd96ca9f3654985802212a9d (patch)
tree41541d269f42148f3939e64ab33969a6a2ca50d1 /Makefile
parent911cedc95c2990b75f010d0d7bdbbc5911831708 (diff)
downloadgit-53645a3a62977d5efd96ca9f3654985802212a9d.zip
git-53645a3a62977d5efd96ca9f3654985802212a9d.tar.gz
git-53645a3a62977d5efd96ca9f3654985802212a9d.tar.bz2
reflog-walk: build fixes
Dependency on reflog-walk.h was missing in the Makefile, and reflog-walk.c did not even include it. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a29392..07246f3 100644
--- a/Makefile
+++ b/Makefile
@@ -241,7 +241,7 @@ LIB_H = \
diff.h object.h pack.h pkt-line.h quote.h refs.h list-objects.h sideband.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
+ utf8.h reflog-walk.h
DIFF_OBJS = \
diff.o diff-lib.o diffcore-break.o diffcore-order.o \