X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fscripts%2FMakeLinks;h=b710c2fd8ab6f133fc3888a09a894d41c5c40e7c;hb=57091745e6d5ce4259c645b3ac63838668d55b7f;hp=86f748c1524023f8aa0404781dd1fe8bc60ea090;hpb=5bde3efabfec675b323501cae5e3a99784afcc31;p=user%2Fhenk%2Fcode%2Fexim.git 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