X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fscripts%2FMakeLinks;h=b710c2fd8ab6f133fc3888a09a894d41c5c40e7c;hb=2289604c0daa4c9f1206cd3c96bcd483f21bf3c9;hp=7a5649ef8af17e8771d0425170a3100f3f6ea6ac;hpb=e498ab40197936833f696439e78c5cb08e5180cb;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index 7a5649ef8..b710c2fd8 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -31,7 +31,7 @@ mkdir lookups cd lookups # Makefile is generated for f in README cdb.c dbmdb.c dnsdb.c dsearch.c ibase.c ldap.h ldap.c \ - lsearch.c mysql.c redis.c nis.c nisplus.c oracle.c passwd.c \ + lmdb.c lsearch.c mysql.c redis.c nis.c nisplus.c oracle.c passwd.c \ pgsql.c spf.c sqlite.c testdb.c whoson.c \ lf_functions.h lf_check_file.c lf_quote.c lf_sqlperform.c do @@ -59,8 +59,8 @@ cd .. mkdir transports cd transports for f in README Makefile appendfile.h appendfile.c autoreply.h \ - autoreply.c lmtp.h lmtp.c pipe.h pipe.c smtp.h smtp.c smtp_socks.c \ - tf_maildir.c tf_maildir.h + autoreply.c lmtp.h lmtp.c pipe.h pipe.c queuefile.c queuefile.h \ + smtp.h smtp.c smtp_socks.c tf_maildir.c tf_maildir.h do ln -s ../../src/transports/$f $f done