git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
.end -> .wen
[exim.git]
/
src
/
scripts
/
MakeLinks
diff --git
a/src/scripts/MakeLinks
b/src/scripts/MakeLinks
index ac092095570b78157c8ac44f3c6347422922f6bf..166a25f88ac053d15c6093542bea02c296ea4cce 100755
(executable)
--- a/
src/scripts/MakeLinks
+++ b/
src/scripts/MakeLinks
@@
-1,5
+1,4
@@
#!/bin/sh
#!/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.
# 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,17
+16,15
@@
if [ -r pcre/Makefile ] ; then
fi
fi
-# Initialize the file holding the compile number
-
-echo "0" > cnumber.h
-
echo ""
echo ">>> Creating links to source files..."
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
mkdir lookups
cd lookups
ln -s ../../src/lookups/README README
@@
-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/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/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
ln -s ../../src/auths/md5.c md5.c
ln -s ../../src/auths/xtextencode.c xtextencode.c
ln -s ../../src/auths/xtextdecode.c xtextdecode.c
@@
-182,7
+183,6
@@
ln -s ../src/osfunctions.h osfunctions.h
ln -s ../src/store.h store.h
ln -s ../src/structs.h structs.h
ln -s ../src/lookupapi.h lookupapi.h
ln -s ../src/store.h store.h
ln -s ../src/structs.h structs.h
ln -s ../src/lookupapi.h lookupapi.h
-ln -s ../src/version.h version.h
ln -s ../src/acl.c acl.c
ln -s ../src/buildconfig.c buildconfig.c
ln -s ../src/acl.c acl.c
ln -s ../src/buildconfig.c buildconfig.c