Mercurial > pidgin.yaz
annotate share/ca-certs/Makefile.am @ 20650:31f4199a4cd4
merge of '0323f7621f6891ce008d0a124fef6ed63c856802'
and '6ce1cc1ed82e1940fd7b17f4ca3c8350885117fa'
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Sun, 23 Sep 2007 11:38:13 +0000 |
parents | 0084f7fba421 |
children | 636e6a3a5b67 |
rev | line source |
---|---|
19214
058bfbc4befe
- Fix the autoconf/automake stuff so that the ca-certs work
William Ehlhardt <williamehlhardt@gmail.com>
parents:
19213
diff
changeset
|
1 cacertsdir = $(datadir)/purple/ca-certs |
058bfbc4befe
- Fix the autoconf/automake stuff so that the ca-certs work
William Ehlhardt <williamehlhardt@gmail.com>
parents:
19213
diff
changeset
|
2 cacerts_DATA = \ |
19217
5cde8ad06204
- Add the Verisign root key (used for MSN)
William Ehlhardt <williamehlhardt@gmail.com>
parents:
19214
diff
changeset
|
3 Equifax_Secure_CA.pem \ |
19530
82953ee5b3e6
- Add GTE CyberTrust Global Root certificate. Fixes #2821 , hopefully
William Ehlhardt <williamehlhardt@gmail.com>
parents:
19525
diff
changeset
|
4 GTE_CyberTrust_Global_Root.pem \ |
19519
2e27d9291197
- Add Verisign's Class 3 Extended Validation CA (used for login.live.com
William Ehlhardt <williamehlhardt@gmail.com>
parents:
19217
diff
changeset
|
5 Verisign_RSA_Secure_Server_CA.pem \ |
19525
c13f0639917d
- Add Verisign Class 3 Primary CA. Fixes #2821
William Ehlhardt <williamehlhardt@gmail.com>
parents:
19519
diff
changeset
|
6 Verisign_Class3_Primary_CA.pem |
19213
30da22191757
- Add the ca-certs directory for putting default-shipping root certs in.
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff
changeset
|
7 |
19545
0084f7fba421
Add mingw makefile to the dist. Update uninstaller for new certs.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19530
diff
changeset
|
8 EXTRA_DIST = \ |
0084f7fba421
Add mingw makefile to the dist. Update uninstaller for new certs.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19530
diff
changeset
|
9 Makefile.mingw \ |
0084f7fba421
Add mingw makefile to the dist. Update uninstaller for new certs.
Daniel Atallah <daniel.atallah@gmail.com>
parents:
19530
diff
changeset
|
10 $(cacerts_DATA) |
19213
30da22191757
- Add the ca-certs directory for putting default-shipping root certs in.
William Ehlhardt <williamehlhardt@gmail.com>
parents:
diff
changeset
|
11 |