summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-10-21 17:58:25 -0700
committerJunio C Hamano <gitster@pobox.com>2008-10-21 17:58:25 -0700
commit2f91bcfa9d8d1f443012e3e92092f464f3bb3557 (patch)
tree1813dc04efc420f0ece0b29481628d22831dd258 /Makefile
parentca6c06b2efe2f55c498670efcb419bce35678e03 (diff)
parent9cb92c390cefd3bf3f71bbda12eb04893c861361 (diff)
downloadgit-2f91bcfa9d8d1f443012e3e92092f464f3bb3557.tar.gz
Merge branch 'jk/diff-convfilter'
* jk/diff-convfilter: diff: add filter for converting binary to text diff: introduce diff.<driver>.binary diff: unify external diff and funcname parsing code t4012: use test_cmp instead of cmp
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 308dc70b5d..d6f3695c97 100644
--- a/Makefile
+++ b/Makefile
@@ -389,6 +389,7 @@ LIB_H += transport.h
LIB_H += tree.h
LIB_H += tree-walk.h
LIB_H += unpack-trees.h
+LIB_H += userdiff.h
LIB_H += utf8.h
LIB_H += wt-status.h
@@ -485,6 +486,7 @@ LIB_OBJS += tree-diff.o
LIB_OBJS += tree.o
LIB_OBJS += tree-walk.o
LIB_OBJS += unpack-trees.o
+LIB_OBJS += userdiff.o
LIB_OBJS += usage.o
LIB_OBJS += utf8.o
LIB_OBJS += walker.o