view share/ca-certs/Makefile.am @ 23923:a08f60f6b794

Remove all useless definitions. This will reduce the tarball size a lot.
author Hylke Bons <hylkebons@gmail.com>
date Mon, 18 Aug 2008 15:35:12 +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)