view share/ca-certs/Makefile.am @ 20914:74ec24deb267

Patch from Will Hawkins for some cleanup of the SIMPLE notify message processing. This should hopefully fix some cases when a user signs off but we don't notice. Fixes #3507.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 13 Oct 2007 16:36:06 +0000
parents 61fc6514aafb
children a464f202e6c4
line wrap: on
line source

cacertsdir =	$(datadir)/purple/ca-certs
cacerts_DATA =	\
		Equifax_Secure_CA.pem \
		GTE_CyberTrust_Global_Root.pem \
		Microsoft_Secure_Server_Authority.pem \
		Verisign_RSA_Secure_Server_CA.pem \
		Verisign_Class3_Primary_CA.pem

EXTRA_DIST =	\
		Makefile.mingw \
		$(cacerts_DATA)