Commit Diff


commit - b107e67fba94d3a78c6b93b0d9a0f3482c9e5dd9
commit + d22131b7303ad2def2c0270c504eb37afc68ac59
blob - 805d30c0c1a2c290b0fef2d12124e19ee719d5ea
blob + 3c6b737f9189a97ed146ab04feee7a7b28bb0992
--- regress/packfiles/Makefile
+++ 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