X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/18eacc1185bea956bd9c793ab34e582c08941799..ede1cf66682ae379346aa4681c5f6294f2b7e6a5:/src/scripts/lookups-Makefile diff --git a/src/scripts/lookups-Makefile b/src/scripts/lookups-Makefile index 8dcac585b..40cca603f 100755 --- a/src/scripts/lookups-Makefile +++ b/src/scripts/lookups-Makefile @@ -163,17 +163,12 @@ exec > "$target" sed -n "1,/$tag_marker/p" < "$input" for name_mod in \ - CDB DBM:dbmdb DNSDB DSEARCH IBASE JSON LMDB LSEARCH MYSQL NIS NISPLUS ORACLE \ - PASSWD PGSQL REDIS SQLITE TESTDB WHOSON + CDB DBM:dbmdb DNSDB DSEARCH IBASE JSON LMDB LDAP LSEARCH MYSQL NIS NISPLUS \ + ORACLE PASSWD PGSQL REDIS SQLITE TESTDB WHOSON do emit_module_rule $name_mod done -if want_at_all LDAP -then - OBJ="${OBJ} ldap.o" -fi - # Because the variable is EXPERIMENTAL_SPF and not LOOKUP_SPF we # always include spf.o and compile a dummy if EXPERIMENTAL_SPF is not # defined.