X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fscripts%2Flookups-Makefile;h=db2d184a731a6995e89ee0c281893a41f5c8da6f;hb=4fab92fbc2b63bac2d89c1dae69fa1845cb640b7;hp=4e69a9a775afa014465ab92e70b7b9c778f82870;hpb=7a28511635d0d5f385a7c389bc5ec95dfed95581;p=exim.git 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"