X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/5bde3efabfec675b323501cae5e3a99784afcc31..98913c8ea2be5188dd22ec652da1182017e8edb7:/src/scripts/MakeLinks?ds=sidebyside diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index 86f748c15..b710c2fd8 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -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