Mercurial > pidgin
changeset 19214:058bfbc4befe
- Fix the autoconf/automake stuff so that the ca-certs work
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Mon, 13 Aug 2007 19:29:33 +0000 |
parents | 30da22191757 |
children | ab91044a914e |
files | configure.ac share/ca-certs/Makefile.am |
diffstat | 2 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Mon Aug 13 19:01:04 2007 +0000 +++ b/configure.ac Mon Aug 13 19:29:33 2007 +0000 @@ -2200,6 +2200,7 @@ libpurple/version.h share/Makefile share/sounds/Makefile + share/ca-certs/Makefile finch/Makefile finch/libgnt/Makefile finch/libgnt/gnt.pc
--- a/share/ca-certs/Makefile.am Mon Aug 13 19:01:04 2007 +0000 +++ b/share/ca-certs/Makefile.am Mon Aug 13 19:29:33 2007 +0000 @@ -1,7 +1,7 @@ -ca-certsdir = $(datadir)/purple/ca-certs -ca-certs_DATA = \ +cacertsdir = $(datadir)/purple/ca-certs +cacerts_DATA = \ Equifax_Secure_CA.pem EXTRA_DIST = \ - $(ca-certs_DATA) + $(cacerts_DATA)