view share/ca-certs/Makefile.am @ 23421:0565c227608d

Handle D-Bus errors more helpfully in purple-url-handler. If there's no libpurple object on the bus, then we'll never get to the uber exception handler that previously swallowed all exceptions and suggested that maybe no client is running.
author Will Thompson <will.thompson@collabora.co.uk>
date Thu, 03 Jul 2008 15:38:49 +0000
parents 390384053186
children 5452d2bcea05
line wrap: on
line source

CERTIFICATES = \
		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)