diff options
author | Tom Kistner <tom@duncanthrax.net> | 2005-05-25 20:07:55 +0000 |
---|---|---|
committer | Tom Kistner <tom@duncanthrax.net> | 2005-05-25 20:07:55 +0000 |
commit | 92f1b1705a69394b944ea16aafbdb9d1351b3b81 (patch) | |
tree | 3e61a919a250269f5748fecd1af0793afbd9b5c1 /src/scripts/MakeLinks | |
parent | 892a2814d206db660df9cc195ddff899ee4598d9 (diff) |
Add simple SPF lookup method (armored in EXPERIMENTAL_SPF)
Diffstat (limited to 'src/scripts/MakeLinks')
-rwxr-xr-x | src/scripts/MakeLinks | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index fea7c1d06..1b6c1d83e 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -1,5 +1,5 @@ #!/bin/sh -# $Cambridge: exim/src/scripts/MakeLinks,v 1.3 2005/03/08 15:32:02 tom Exp $ +# $Cambridge: exim/src/scripts/MakeLinks,v 1.4 2005/05/25 20:07:55 tom Exp $ # Script to build links for all the exim source files from the system- # specific build directory. It should be run from within that directory. @@ -74,6 +74,8 @@ ln -s ../../src/lookups/passwd.h passwd.h ln -s ../../src/lookups/passwd.c passwd.c ln -s ../../src/lookups/pgsql.h pgsql.h ln -s ../../src/lookups/pgsql.c pgsql.c +ln -s ../../src/lookups/spf.h spf.h +ln -s ../../src/lookups/spf.c spf.c ln -s ../../src/lookups/testdb.h testdb.h ln -s ../../src/lookups/testdb.c testdb.c ln -s ../../src/lookups/whoson.h whoson.h |