Mercurial > pidgin
view share/ca-certs/Makefile.am @ 23962:111b464f6845
Add release-time candy 'make release' and 'make packages' to the Makefile.
make release will run a distcheck followed by building packages. make
packages will build a .tar.gz, .tar.bz2, and src.rpm, and sign all
three with your default gpg key. The failure of gpg will abort the
process.
author | Ethan Blanton <elb@pidgin.im> |
---|---|
date | Mon, 25 Aug 2008 02:46:51 +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)