summaryrefslogtreecommitdiff
path: root/src/scripts/MakeLinks
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/MakeLinks')
-rwxr-xr-xsrc/scripts/MakeLinks2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks
index 44e3a4ebc..22e5a4bd7 100755
--- a/src/scripts/MakeLinks
+++ b/src/scripts/MakeLinks
@@ -85,7 +85,7 @@ cd ..
mkdir pdkim
cd pdkim
for f in README Makefile crypt_ver.h pdkim.c \
- pdkim.h hash.c hash.h rsa.c rsa.h blob.h
+ pdkim.h hash.c hash.h signing.c signing.h blob.h
do
ln -s ../../src/pdkim/$f $f
done