diff options
author | Han-Wen Nienhuys <hanwen@google.com> | 2021-10-07 20:25:07 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-10-08 10:45:48 -0700 |
commit | 17df8dbeba18c8c36f14c58815a03091ba61f895 (patch) | |
tree | 63dbbfc6297322f47ad56b333becfac5ff31944e /Makefile | |
parent | reftable: write reftable files (diff) | |
download | tgif-17df8dbeba18c8c36f14c58815a03091ba61f895.tar.xz |
reftable: generic interface to tables
Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2462,6 +2462,9 @@ REFTABLE_OBJS += reftable/block.o REFTABLE_OBJS += reftable/blocksource.o REFTABLE_OBJS += reftable/publicbasics.o REFTABLE_OBJS += reftable/record.o +REFTABLE_OBJS += reftable/refname.o +REFTABLE_OBJS += reftable/generic.o +REFTABLE_OBJS += reftable/stack.o REFTABLE_OBJS += reftable/tree.o REFTABLE_OBJS += reftable/writer.o |