diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-08-23 10:16:51 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-08-23 10:16:51 +0000 |
commit | b7670459b9549ad6dcca2398580165e54b09b92d (patch) | |
tree | a697ce1627742155665310463145ff9f0bda9edb /src/scripts | |
parent | 48ed62d9a68c4e44c9fbaa6e300f88401bb32d65 (diff) |
Add "server=" feature to MySQL and PostgreSQL lookups.
Diffstat (limited to 'src/scripts')
-rwxr-xr-x | src/scripts/MakeLinks | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index ce125a8dd..c016e50c7 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -1,5 +1,5 @@ #!/bin/sh -# $Cambridge: exim/src/scripts/MakeLinks,v 1.11 2007/06/26 11:16:54 ph10 Exp $ +# $Cambridge: exim/src/scripts/MakeLinks,v 1.12 2007/08/23 10:16:51 ph10 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. @@ -95,6 +95,7 @@ ln -s ../../src/lookups/whoson.c whoson.c ln -s ../../src/lookups/lf_functions.h lf_functions.h ln -s ../../src/lookups/lf_check_file.c lf_check_file.c ln -s ../../src/lookups/lf_quote.c lf_quote.c +ln -s ../../src/lookups/lf_sqlperform.c lf_sqlperform.c cd .. |