view share/ca-certs/Makefile.am @ 20082:90b5255f0a30

In the auto-personize code: 1) Fix a small memory leak. 2) Even though the i == 1 case is impossible, I don't see any reason to note that in the string itself. That won't do any good and may do harm by confusing the translators.
author Richard Laager <rlaager@wiktel.com>
date Sat, 15 Sep 2007 23:58:30 +0000
parents 0084f7fba421
children 636e6a3a5b67
line wrap: on
line source

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

EXTRA_DIST =	\
		Makefile.mingw \
		$(cacerts_DATA)