diff options
| author | Sam Varshavchik | 2019-12-05 23:32:35 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2019-12-05 23:32:35 -0500 | 
| commit | f59f406f3c6479363256a0e4edd37f60afaea002 (patch) | |
| tree | 561d9e668b3ce2b34a4482835ee25f9651abd50e | |
| parent | 308ea8eb3eed15a4b32593346d38c82cbf919f4f (diff) | |
| download | courier-libs-f59f406f3c6479363256a0e4edd37f60afaea002.tar.bz2 | |
Fix make distcheck for the gnutls version.
| -rw-r--r-- | imap/.gitignore | 2 | ||||
| -rw-r--r-- | imap/configure.ac | 1 | ||||
| -rw-r--r-- | imap/imapd.cnf.gnutls.in (renamed from imap/imapd.cnf.gnutls) | 0 | ||||
| -rw-r--r-- | imap/pop3d.cnf.gnutls.in (renamed from imap/pop3d.cnf.gnutls) | 0 | 
4 files changed, 3 insertions, 0 deletions
| diff --git a/imap/.gitignore b/imap/.gitignore index b97dbfc..0eeab13 100644 --- a/imap/.gitignore +++ b/imap/.gitignore @@ -12,6 +12,7 @@  /imapd.8  /imapd.8.in  /imapd.cnf +/imapd.cnf.gnutls  /imapd.cnf.openssl  /imapd.dist  /imapd.dist.in @@ -43,6 +44,7 @@  /pop3d-ssl.dist.in  /pop3d.cnf  /pop3d.cnf.openssl +/pop3d.cnf.gnutls  /pop3d.dist  /pop3d.dist.in  /pop3d.pam diff --git a/imap/configure.ac b/imap/configure.ac index 92726bc..9bf0201 100644 --- a/imap/configure.ac +++ b/imap/configure.ac @@ -381,4 +381,5 @@ AC_SUBST(cacerts)  AC_OUTPUT(Makefile imapd.dist imapd-ssl.dist pop3d.dist pop3d-ssl.dist  	testsuitefix.pl mkimapdcert mkpop3dcert mkdhparams +	imapd.cnf.gnutls pop3d.cnf.gnutls  	imapd.cnf.openssl pop3d.cnf.openssl) diff --git a/imap/imapd.cnf.gnutls b/imap/imapd.cnf.gnutls.in index 1078baf..1078baf 100644 --- a/imap/imapd.cnf.gnutls +++ b/imap/imapd.cnf.gnutls.in diff --git a/imap/pop3d.cnf.gnutls b/imap/pop3d.cnf.gnutls.in index a8a4466..a8a4466 100644 --- a/imap/pop3d.cnf.gnutls +++ b/imap/pop3d.cnf.gnutls.in | 
