X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fscripts%2Flookups-Makefile;h=63f3eb86e6d71899badb99577ce6c6ca7afb7681;hb=f07847e436d1130628717ef92e46b56b293d5fa1;hp=498184ff6eea9f73d03c5f45586d120a22428559;hpb=854bd65fa7f6a97b04680fb090423c27b19077a2;p=user%2Fhenk%2Fcode%2Fexim.git 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"