]> git.pld-linux.org Git - packages/cyrus-sasl.git/blob - cyrus-sasl-saslauthd.patch
- added missing docs (there were none of them...)
[packages/cyrus-sasl.git] / cyrus-sasl-saslauthd.patch
1 --- cyrus-sasl-1.5.27/saslauthd/Makefile.am.wiget       Tue Apr 24 18:09:22 2001
2 +++ cyrus-sasl-1.5.27/saslauthd/Makefile.am     Tue Apr 24 18:10:05 2001
3 @@ -2,7 +2,7 @@
4  man_MANS       = saslauthd.8
5  
6  saslauthd_SOURCES = saslauthd.c mechanisms.c globals.h mechanisms.h auth_dce.c auth_dce.h auth_getpwent.c auth_getpwent.h auth_krb4.c auth_krb4.h auth_pam.c auth_pam.h auth_rimap.c auth_rimap.h auth_shadow.c auth_shadow.h auth_sia.c auth_sia.h
7 -saslauthd_LDADD        = @SASL_KRB_LIB@
8 +saslauthd_LDADD        = @SASL_KRB_LIB@ @LIB_PAM@ @LIB_CRYPT@
9  
10  INCLUDES       = -I$(top_srcdir)/include
11  EXTRA_DIST     = saslauthd.8
This page took 0.081746 seconds and 3 git commands to generate.