# Script to build links for all the exim source files from the system-
# specific build directory. It should be run from within that directory.
#
-# Copyright (c) The Exim Maintainers 1995 - 2022
+# Copyright (c) The Exim Maintainers 1995 - 2023
# SPDX-License-Identifier: GPL-2.0-or-later
test ! -d ../src && \
# EXPERIMENTAL_*
for f in arc.c bmi_spam.c bmi_spam.h dcc.c dcc.h dane.c dane-openssl.c \
- danessl.h imap_utf7.c spf.c spf.h srs.c srs.h utf8.c
+ danessl.h imap_utf7.c spf.c spf.h srs.c srs.h utf8.c xclient.c
do
ln -s ../src/$f $f
done