summaryrefslogtreecommitdiff
path: root/gcr/gcr-trust.c
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-10-06 10:59:50 +0200
committerStef Walter <stefw@collabora.co.uk>2011-10-06 13:12:08 +0200
commitc6691faa0348ab087e99ab9bd9914e1d5e81fa14 (patch)
tree185f0bc8ec6c4dc723fb4b40b3a980016be5d71a /gcr/gcr-trust.c
parent5791608b2762d7264c58caaf9fe53d7a16ede1c1 (diff)
downloadgcr-c6691faa0348ab087e99ab9bd9914e1d5e81fa14.tar.gz
Split the GCR and GCK libraries out of gnome-keyringsplit
Commits prior to this commit will not build. To build old releases of Gcr or Gck you should use the gnome-keyring git module. This module currently depends on: gtk+ >= 3.0, glib >= 2.28.0, p11-kit >= 0.6, libgcrypt >= 1.2.2 Additionally it requires asn1Parser for building.
Diffstat (limited to 'gcr/gcr-trust.c')
-rw-r--r--gcr/gcr-trust.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/gcr/gcr-trust.c b/gcr/gcr-trust.c
index 48006e6..4959cb6 100644
--- a/gcr/gcr-trust.c
+++ b/gcr/gcr-trust.c
@@ -31,11 +31,10 @@
#include "gcr-library.h"
#include "gcr-trust.h"
-#include <gck/gck.h>
-
-#include "pkcs11/pkcs11n.h"
-#include "pkcs11/pkcs11i.h"
-#include "pkcs11/pkcs11x.h"
+#include "gck/gck.h"
+#include "gck/pkcs11n.h"
+#include "gck/pkcs11i.h"
+#include "gck/pkcs11x.h"
#include <glib/gi18n-lib.h>