view share/ca-certs/Makefile.am @ 27112:aa2a2eae9c3e

Cleanup the code surrounding gc->disconnect_timeout and set it to 0 in the timer callback function to avoid trying to remove the timer after it's been triggered. The callback function returns FALSE to remove the timer.
author Mark Doliner <mark@kingant.net>
date Thu, 18 Jun 2009 19:36:46 +0000
parents e22fa2cc6c46
children 29e85d424701
line wrap: on
line source

CERTIFICATES = \
		America_Online_Root_Certification_Authority_1.pem \
		CAcert_Root.pem \
		CAcert_Class3.pem \
		Equifax_Secure_CA.pem \
		GTE_CyberTrust_Global_Root.pem \
		StartCom_Certification_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

EXTRA_CERTS = \
		AOL_Member_CA.pem \
		Microsoft_Internet_Authority.pem \
		Microsoft_Secure_Server_Authority.pem \
		VeriSign_International_Server_Class_3_CA.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)