summaryrefslogtreecommitdiff
path: root/gcr/gcr-simple-certificate.h
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-09-26 11:58:33 +0200
committerStef Walter <stefw@collabora.co.uk>2011-09-26 11:58:33 +0200
commitc9298e5229b6561fe86459d7bbe5afc9b42e4a88 (patch)
treeeccce8ebb49ab94babb0cc2aad438251d6e83714 /gcr/gcr-simple-certificate.h
parent500619f616b102e9a401f96cca95ee67ba947dc5 (diff)
downloadgcr-c9298e5229b6561fe86459d7bbe5afc9b42e4a88.tar.gz
Split the gcr library into base and ui components.
* Different pkg-config files gcr-3.pc and gcr-base-3.pc * The base library doesn't link to GTK+ or anything that is used in the UI. It can be used by non-ui programs.
Diffstat (limited to 'gcr/gcr-simple-certificate.h')
-rw-r--r--gcr/gcr-simple-certificate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcr/gcr-simple-certificate.h b/gcr/gcr-simple-certificate.h
index b6f3096..4635e6d 100644
--- a/gcr/gcr-simple-certificate.h
+++ b/gcr/gcr-simple-certificate.h
@@ -19,14 +19,14 @@
* 02111-1307, USA.
*/
-#if !defined (__GCR_H_INSIDE__) && !defined (GCR_COMPILATION)
-#error "Only <gcr/gcr.h> can be included directly."
+#if !defined (__GCR_INSIDE_HEADER__) && !defined (GCR_COMPILATION)
+#error "Only <gcr/gcr.h> or <gcr/gcr-base.h> can be included directly."
#endif
#ifndef __GCR_SIMPLE_CERTIFICATE_H__
#define __GCR_SIMPLE_CERTIFICATE_H__
-#include "gcr.h"
+#include "gcr-base.h"
#include <glib-object.h>