Mercurial > pidgin
view share/ca-certs/Makefile.am @ 24533:daefbf001774
Fix the initial parsing of args in the win32 launcher to be more robust.
This should prevent stuff like "--login=blah@something-d.tld" from making the
debug console appear.
Fixes #7627
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Tue, 25 Nov 2008 03:40:28 +0000 |
parents | 7ed27ecdab51 |
children | d9e3434d6416 |
line wrap: on
line source
CERTIFICATES = \ CAcert_Root.pem \ CAcert_Class3.pem \ Equifax_Secure_CA.pem \ GTE_CyberTrust_Global_Root.pem \ Microsoft_Internet_Authority.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)