aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-04-28 10:10:08 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-04-28 10:10:08 +0000
commitaa8e2399ead6c8e87c3fd878fcb4f0f1d008abf7 (patch)
treee35f8d825a14c97532553c2c82ec678fe96dd7e3 /configure.ac
parent928e9c033b26319690fb82d9deeed29fcb787c06 (diff)
downloadpam-aa8e2399ead6c8e87c3fd878fcb4f0f1d008abf7.tar.gz
pam-aa8e2399ead6c8e87c3fd878fcb4f0f1d008abf7.tar.bz2
pam-aa8e2399ead6c8e87c3fd878fcb4f0f1d008abf7.zip
Make.xml.rules: prepare for configure substitutions
* Make.xml.rules: Rename to ... * Make.xml.rules.in: ... new file. * Makefile.am (EXTRA_DIST): Remove Make.xml.rules. * configure.ac (AC_CONFIG_FILES): Add Make.xml.rules.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 91b68838..43e95e51 100644
--- a/configure.ac
+++ b/configure.ac
@@ -692,6 +692,7 @@ dnl Files to be created from when we run configure
AC_CONFIG_FILES([Makefile libpam/Makefile libpamc/Makefile libpamc/test/Makefile \
libpam_misc/Makefile conf/Makefile conf/pam_conv1/Makefile \
po/Makefile.in \
+ Make.xml.rules \
modules/Makefile \
modules/pam_access/Makefile modules/pam_cracklib/Makefile \
modules/pam_debug/Makefile modules/pam_deny/Makefile \