diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-09-26 11:58:33 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-09-26 11:58:33 +0200 |
commit | c9298e5229b6561fe86459d7bbe5afc9b42e4a88 (patch) | |
tree | eccce8ebb49ab94babb0cc2aad438251d6e83714 /gcr/gcr-trust.h | |
parent | 500619f616b102e9a401f96cca95ee67ba947dc5 (diff) | |
download | gcr-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-trust.h')
-rw-r--r-- | gcr/gcr-trust.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcr/gcr-trust.h b/gcr/gcr-trust.h index 3c7e8a9..79db47f 100644 --- a/gcr/gcr-trust.h +++ b/gcr/gcr-trust.h @@ -19,8 +19,8 @@ * 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_TRUST_H__ |