view share/ca-certs/Makefile.am @ 22583:375a101c5d7b

A more verbose autogen.sh that Gary and I have been using for Guifications and the Purple Plugin Pack for a while now. I wanted to give it a try here because it lets you know at each step what it's doing.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 30 Mar 2008 17:15:21 +0000
parents a464f202e6c4
children 390384053186
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 \
		StartCom_Free_SSL_CA.pem \
		Verisign_RSA_Secure_Server_CA.pem \
		Verisign_Class3_Primary_CA.pem

EXTRA_DIST =	\
		Makefile.mingw \
		$(cacerts_DATA)