readsocket expansion: response caching
[exim.git] / src / scripts / lookups-Makefile
index 498184ff6eea9f73d03c5f45586d120a22428559..63f3eb86e6d71899badb99577ce6c6ca7afb7681 100755 (executable)
@@ -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"