Commit Diff


commit - ca2503ea3ef5aac919624b80cbae898d03c36eed
commit + 9b6578d818b4e251ebb1efdeaf441385c713a4f1
blob - f9ca31289f75c7ae7b0173ad9c02ced0b74ee558
blob + 9b1d3ab6c454653ad6ec61e945b888fffb7e49d0
--- regress/idset/Makefile
+++ regress/idset/Makefile
@@ -4,7 +4,8 @@ PROG = idset_test
 SRCS = error.c object.c privsep.c sha1.c pack.c inflate.c path.c opentemp.c \
 	delta.c repository.c reference.c worktree.c fileindex.c object_cache.c \
 	object_idset.c object_parse.c idset_test.c \
-	buf.c worklist.c rcsutil.c diff.c diffreg.c diff3.c lockfile.c
+	buf.c worklist.c rcsutil.c diff.c diffreg.c diff3.c lockfile.c \
+	deflate.c object_create.c
 
 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
 LDADD = -lutil -lz
blob - 77226c0a9e382144bb29cf3d1b4c85432d485d37
blob + 1f0934b41a213f87799680a4b16602ae249874e8
--- regress/repository/Makefile
+++ regress/repository/Makefile
@@ -4,8 +4,8 @@ PROG = repository_test
 SRCS = path.c repository.c error.c reference.c object.c object_cache.c \
 	object_idset.c object_parse.c opentemp.c sha1.c diff.c diffreg.c \
 	pack.c privsep.c delta.c fileindex.c worktree.c inflate.c \
-	buf.c worklist.c rcsutil.c diff3.c lockfile.c \
-	repository_test.c
+	buf.c worklist.c rcsutil.c diff3.c lockfile.c deflate.c \
+	object_create.c repository_test.c
 
 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib \
 	-DGOT_LIBEXECDIR=${GOT_LIBEXECDIR}
blob - 1f297d962fc7317a131f0a9fe1c790fc0512c7b7
blob + ef7ee8bd5abd906c90567d8bcdfddb0c3464198f
--- regress/worktree/Makefile
+++ regress/worktree/Makefile
@@ -5,7 +5,7 @@ SRCS = worktree.c repository.c object.c object_cache.c
 	object_parse.c opentemp.c path.c error.c reference.c sha1.c pack.c \
 	privsep.c delta.c inflate.c fileindex.c \
 	buf.c worklist.c rcsutil.c diff.c diffreg.c diff3.c lockfile.c \
-	worktree_test.c
+	deflate.c object_create.c worktree_test.c
 
 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib \
 	-DGOT_LIBEXECDIR=${GOT_LIBEXECDIR}