diff options
author | Andrew Colin Kissa <andrew@topdog.za.net> | 2016-08-14 13:45:08 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-14 13:45:40 +0100 |
commit | 5bde3efabfec675b323501cae5e3a99784afcc31 (patch) | |
tree | bdb8686393521becc0c7552d066afa0646028eff /src/scripts/lookups-Makefile | |
parent | eea0defeafb2d80a0ce656518523c0e928df4933 (diff) |
LMDB: introduce as Experimental. Bug 1856
Diffstat (limited to 'src/scripts/lookups-Makefile')
-rwxr-xr-x | src/scripts/lookups-Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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" |