Mercurial > pidgin.yaz
view share/ca-certs/Makefile.am @ 24748:75ecd41a64ba
Fix a bug where if "Show our presence only to people on our buddy list"
is true and we remove someone from our buddy list then re-add them they
would not see our presence until the next time we logged out and back on.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 17 Dec 2008 00:06:05 +0000 |
parents | d9e3434d6416 |
children | d455f320c914 |
line wrap: on
line source
CERTIFICATES = \ CAcert_Root.pem \ CAcert_Class3.pem \ Equifax_Secure_CA.pem \ GTE_CyberTrust_Global_Root.pem \ StartCom_Free_SSL_CA.pem \ Verisign_RSA_Secure_Server_CA.pem \ Verisign_Class3_Primary_CA.pem \ VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem EXTRA_CERTS = \ Microsoft_Internet_Authority.pem \ Microsoft_Secure_Server_Authority.pem cacertsdir = $(datadir)/purple/ca-certs if INSTALL_SSL_CERTIFICATES cacerts_DATA = \ $(CERTIFICATES) \ $(EXTRA_CERTS) else cacerts_DATA = $(EXTRA_CERTS) endif EXTRA_DIST = \ Makefile.mingw \ $(CERTIFICATES) \ $(EXTRA_CERTS)