Mercurial > pidgin.yaz
view share/ca-certs/Makefile.am @ 24041:fe2d4fc77b05
Fix handling mouse events with menus.
The bug can cause seemingly unrelated crashes. Fixes #7071. Thanks to
Mark (queueRAM) for testing the fix.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 13 Sep 2008 23:31:33 +0000 |
parents | fd646e79cccf |
children | 7ed27ecdab51 |
line wrap: on
line source
CERTIFICATES = \ CAcert_Root.pem \ CAcert_Class3.pem \ Equifax_Secure_CA.pem \ GTE_CyberTrust_Global_Root.pem \ Microsoft_Secure_Server_Authority.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 if INSTALL_SSL_CERTIFICATES cacertsdir = $(datadir)/purple/ca-certs cacerts_DATA = $(CERTIFICATES) endif EXTRA_DIST = \ Makefile.mingw \ $(CERTIFICATES)