Install appropriate header files and fix the pkg-config file for the gcr
authorStefan Walter <stefw@src.gnome.org>
Thu, 29 Jan 2009 01:12:43 +0000 (01:12 +0000)
committerStefan Walter <stefw@src.gnome.org>
Thu, 29 Jan 2009 01:12:43 +0000 (01:12 +0000)
commit324bdd95095d86bc373fd769a16cae444c1fd4b6
tree018a94d72907ddb686d3877c713c26d590f9771b
parent0c6dc595af17696b7de763fd6e6501a31edc5f4c
Install appropriate header files and fix the pkg-config file for the gcr

* gcr/gcr.h:
* gcr/gcr.pc.in:
* gcr/gcr-certificate-basics-widget.h:
* gcr/gcr-certificate-details-widget.h:
* gcr/gcr-importer.h:
* gcr/gcr-parser.h:
* gcr/gcr-types.h:
* gcr/Makefile.am: Install appropriate header files
and fix the pkg-config file for the gcr library.

* gcr/gcr-certificate.c:
* gcr/gcr-certificate.h:
* gcr/gcr-simple-certificate.c: (added)
* gcr/gcr-simple-certificate.h: (added)
* gcr/tests/ui-test-details.c:
* gcr/tests/unit-test-certificate.c: Make GcrCertificate
an interface so that it can more easily plug into
various libraries.

svn path=/trunk/; revision=1481
14 files changed:
gcr/Makefile.am
gcr/gcr-certificate-basics-widget.h
gcr/gcr-certificate-details-widget.h
gcr/gcr-certificate.c
gcr/gcr-certificate.h
gcr/gcr-importer.h
gcr/gcr-parser.h
gcr/gcr-simple-certificate.c [new file with mode: 0644]
gcr/gcr-simple-certificate.h [new file with mode: 0644]
gcr/gcr-types.h
gcr/gcr.h
gcr/gcr.pc.in
gcr/tests/ui-test-details.c
gcr/tests/unit-test-certificate.c