From 5bde3efabfec675b323501cae5e3a99784afcc31 Mon Sep 17 00:00:00 2001 From: Andrew Colin Kissa Date: Sun, 14 Aug 2016 13:45:08 +0100 Subject: LMDB: introduce as Experimental. Bug 1856 --- src/scripts/lookups-Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/scripts/lookups-Makefile') diff --git a/src/scripts/lookups-Makefile b/src/scripts/lookups-Makefile index 4e69a9a77..db2d184a7 100755 --- a/src/scripts/lookups-Makefile +++ b/src/scripts/lookups-Makefile @@ -177,6 +177,11 @@ fi OBJ="${OBJ} spf.o" +if want_experimental LMDB +then + OBJ="${OBJ} lmdb.o" +fi + echo "MODS = $MODS" echo "OBJ = $OBJ" -- cgit v1.2.3