Commit d22131b7303ad2def2c0270c504eb37afc68ac59

Stefan Sperling 2018-01-19T18:04:01

fix build

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/regress/packfiles/Makefile b/regress/packfiles/Makefile
index 805d30c..3c6b737 100644
--- a/regress/packfiles/Makefile
+++ b/regress/packfiles/Makefile
@@ -1,7 +1,8 @@
 .PATH:${.CURDIR}/../../lib
 
 PROG = packfile_test
-SRCS = error.c pack.c repository.c object.c path.c sha1.c packfile_test.c
+SRCS = error.c pack.c repository.c object.c path.c sha1.c \
+	delta.c packfile_test.c
 
 CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
 LDADD = -lutil -lz