X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/e6d225ae6e6811d3c88dc201642a2127ff6c11bd..983207c12082eb01a5a5a0552962de200f231bf4:/src/scripts/MakeLinks?ds=sidebyside diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index 591813971..62d248a3c 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -1,5 +1,4 @@ #!/bin/sh -# $Cambridge: exim/src/scripts/MakeLinks,v 1.17 2009/11/13 15:58:17 nm4 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. @@ -17,21 +16,19 @@ if [ -r pcre/Makefile ] ; then fi -# Initialize the file holding the compile number - -echo "0" > cnumber.h - echo "" echo ">>> Creating links to source files..." -# PCRE is no longer part of the source distribution, so is no longer linked +# The sources for modular parts of Exim have to be linked independently +# in their own sub-directories, since their .o files are built using +# their own Makefile in their sub-directory. -# Likewise for the lookups +# Firstly the lookups mkdir lookups cd lookups ln -s ../../src/lookups/README README -ln -s ../../src/lookups/Makefile Makefile +# Makefile is generated ln -s ../../src/lookups/cdb.c cdb.c ln -s ../../src/lookups/dbmdb.c dbmdb.c ln -s ../../src/lookups/dnsdb.c dnsdb.c @@ -126,8 +123,12 @@ ln -s ../../src/auths/call_radius.c call_radius.c ln -s ../../src/auths/check_serv_cond.c check_serv_cond.c ln -s ../../src/auths/cyrus_sasl.c cyrus_sasl.c ln -s ../../src/auths/cyrus_sasl.h cyrus_sasl.h +ln -s ../../src/auths/gsasl_exim.c gsasl_exim.c +ln -s ../../src/auths/gsasl_exim.h gsasl_exim.h ln -s ../../src/auths/get_data.c get_data.c ln -s ../../src/auths/get_no64_data.c get_no64_data.c +ln -s ../../src/auths/heimdal_gssapi.c heimdal_gssapi.c +ln -s ../../src/auths/heimdal_gssapi.h heimdal_gssapi.h ln -s ../../src/auths/md5.c md5.c ln -s ../../src/auths/xtextencode.c xtextencode.c ln -s ../../src/auths/xtextdecode.c xtextdecode.c @@ -227,6 +228,7 @@ ln -s ../src/smtp_in.c smtp_in.c ln -s ../src/smtp_out.c smtp_out.c ln -s ../src/spool_in.c spool_in.c ln -s ../src/spool_out.c spool_out.c +ln -s ../src/std-crypto.c std-crypto.c ln -s ../src/store.c store.c ln -s ../src/string.c string.c ln -s ../src/tls.c tls.c