aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-09-08 19:34:07 -0400
committerRob Austein <sra@hactrn.net>2016-09-08 19:34:07 -0400
commit97ee7df6092551774b4c112a0349a25e76a684f3 (patch)
tree504cd5cde1f07df553cc06a26a89bda13e765e96 /Makefile
parent1e1604b3bd25c3214b95a4a3280e9041a86a55a2 (diff)
New keystore index internal API. Compiles, not yet integrated or tested.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26030db..a246828 100644
--- a/Makefile
+++ b/Makefile
@@ -118,7 +118,7 @@ endif
#
# The mmap keystore hasn't been rewritten for the new API yet.
-KS_OBJ = ks_volatile.o
+KS_OBJ = ks_index.o ks_volatile.o
ifeq "${KS}" "mmap"
KS_OBJ += ks_mmap.o