tom 2004/11/26 09:24:54 GMT
Modified files: (Branch: EXISCAN)
exim-src/scripts MakeLinks
Log:
add regex.c
Revision Changes Path
1.1.2.2 +3 -0 exim/exim-src/scripts/MakeLinks
Index: MakeLinks
===================================================================
RCS file: /home/cvs/exim/exim-src/scripts/MakeLinks,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- MakeLinks 26 Nov 2004 09:20:46 -0000 1.1.2.1
+++ MakeLinks 26 Nov 2004 09:24:54 -0000 1.1.2.2
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Cambridge: exim/exim-src/scripts/MakeLinks,v 1.1.2.1 2004/11/26 09:20:46 tom Exp $
+# $Cambridge: exim/exim-src/scripts/MakeLinks,v 1.1.2.2 2004/11/26 09:24:54 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.
@@ -236,6 +236,9 @@
ln -s ../src/rda.c rda.c
ln -s ../src/readconf.c readconf.c
ln -s ../src/receive.c receive.c
+# WITH_CONTENT_SCAN
+ln -s ../src/regex.c regex.c
+#
ln -s ../src/retry.c retry.c
ln -s ../src/rewrite.c rewrite.c
ln -s ../src/rfc2047.c rfc2047.c