X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/854bd65fa7f6a97b04680fb090423c27b19077a2..2081aac24b67f3f3f34389aadc06354abcad0cad:/src/scripts/lookups-Makefile?ds=sidebyside diff --git a/src/scripts/lookups-Makefile b/src/scripts/lookups-Makefile index 498184ff6..63f3eb86e 100755 --- a/src/scripts/lookups-Makefile +++ b/src/scripts/lookups-Makefile @@ -182,6 +182,9 @@ then OBJ="${OBJ} lmdb.o" fi +# readsock is always wanted as it implements the ${readsock } expansion +OBJ="${OBJ} readsock.o" + echo "MODS = $MODS" echo "OBJ = $OBJ"