The key-value datastore is no longer supported. Use the default text datastore.

This commit is contained in:
Olof hagsand 2018-03-18 16:57:18 +00:00
parent 9b951b5ce6
commit 52e510cfdf
6 changed files with 276 additions and 142 deletions

View file

@ -68,9 +68,6 @@ INCLUDES = -I. -I$(top_srcdir)/lib/src -I$(top_srcdir)/lib -I$(top_srcdir)/inclu
SUBDIRS = text
ifeq ($(with_keyvalue),yes)
SUBDIRS += keyvalue
endif
.PHONY: all clean depend install $(SUBDIRS)