Commit 563fca6e4a33fd3582610c2a357360608202d4e5

Stefan Sperling 2019-05-07T11:44:17

make tog compile again

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/tog/Makefile b/tog/Makefile
index 144d8da..fd1c06e 100644
--- a/tog/Makefile
+++ b/tog/Makefile
@@ -6,7 +6,7 @@ SRCS=		tog.c blame.c commit_graph.c delta.c diff.c diffoffset.c \
 		object_idset.c object_parse.c opentemp.c path.c pack.c \
 		privsep.c reference.c repository.c sha1.c worktree.c \
 		utf8.c inflate.c buf.c worklist.c rcsutil.c diff3.c \
-		lockfile.c
+		lockfile.c deflate.c object_create.c
 
 CPPFLAGS = -I${.CURDIR}/../include -I${.CURDIR}/../lib \
 	-DGOT_LIBEXECDIR=${GOT_LIBEXECDIR}