view share/ca-certs/Makefile.am @ 23654:46da06b6b4ce

Disable sending files to MSN contacts using the web messenger. Not sure whether Mobile/Direct should be disabled, too?
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Thu, 24 Jul 2008 04:15:13 +0000
parents 5452d2bcea05
children def8c164f557
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

if INSTALL_SSL_CERTIFICATES
cacertsdir =	$(datadir)/purple/ca-certs
cacerts_DATA =	$(CERTIFICATES)
endif

EXTRA_DIST =	\
		Makefile.mingw \
		$(CERTIFICATES)