Commit 9b6578d818b4e251ebb1efdeaf441385c713a4f1

Stefan Sperling 2019-05-08T11:58:16

make regress build again

diff --git a/regress/idset/Makefile b/regress/idset/Makefile
index f9ca312..9b1d3ab 100644
--- a/regress/idset/Makefile
+++ b/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
diff --git a/regress/repository/Makefile b/regress/repository/Makefile
index 77226c0..1f0934b 100644
--- a/regress/repository/Makefile
+++ b/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}
diff --git a/regress/worktree/Makefile b/regress/worktree/Makefile
index 1f297d9..ef7ee8b 100644
--- a/regress/worktree/Makefile
+++ b/regress/worktree/Makefile
@@ -5,7 +5,7 @@ SRCS = worktree.c repository.c object.c object_cache.c object_idset.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}