X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/6a11a9e618a72b8d96aecb2ad9aa300b98f8d991..ac3ad4262e3fe4b6ca02532c706069251c32106e:/src/scripts/MakeLinks diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index ea6265002..b7e0fabbd 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -82,12 +82,17 @@ cd .. # Likewise for the code for the PDKIM library mkdir pdkim cd pdkim -for f in README Makefile base64.c base64.h bignum.c bignum.h bn_mul.h pdkim.c \ - pdkim.h rsa.c rsa.h sha1.c sha1.h sha2.c sha2.h +for f in README Makefile base64.c bignum.c part-x509parse.c pdkim.c \ + pdkim.h pdkim-rsa.c pdkim-rsa.h rsa.c sha1.c sha2.c do ln -s ../../src/pdkim/$f $f done -cd .. +mkdir polarssl +cd polarssl +for i in `ls ../../../src/pdkim/polarssl/` ; do + ln -s ../../../src/pdkim/polarssl/$i $i +done +cd ../.. # The basic source files for Exim and utilities. NB local_scan.h gets linked, # but local_scan.c does not, because its location is taken from the build-time