]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Makefile
reftable: add blocksource, an abstraction for random access reads
[thirdparty/git.git] / Makefile
index 98c965c61fd76b5e1ea5181a67c76c95e21b8994..621ac53d09f04ff6b89d92769fddeb5cf8986181 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2451,6 +2451,7 @@ xdiff-objs: $(XDIFF_OBJS)
 
 REFTABLE_OBJS += reftable/basics.o
 REFTABLE_OBJS += reftable/error.o
+REFTABLE_OBJS += reftable/blocksource.o
 REFTABLE_OBJS += reftable/publicbasics.o
 
 REFTABLE_TEST_OBJS += reftable/test_framework.o