summaryrefslogtreecommitdiff
path: root/gcr/gcr-base.h
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-12-22 21:26:10 +0100
committerStef Walter <stefw@gnome.org>2012-12-22 23:31:36 +0100
commit41d96e69e8b56aa88e36e8bd176c51c5aa93caf9 (patch)
treef78639aeef07a56cf9913e9d921f141957ecf351 /gcr/gcr-base.h
parent86550b678407e360515878703e81258044d84541 (diff)
downloadgcr-41d96e69e8b56aa88e36e8bd176c51c5aa93caf9.tar.gz
Separate the base and ui parts of the Gcr library more thoroughly.
* This is due to gobject introspection not being able to have separate GIRs provide the same namespace, and the desire to conditionally build the GTK+ dependent stuff. * Partially based on a patch by Mathias Hasselmann * Separate GIRs: Gcr and GcrUi * Separate libraries: libgcr-base-3.so and libgcr-ui-3.so. The latter links to the former. * Symlink libgcr-3.so to libgcr-ui-3.so * Expose internal symbols in libgcr-base-3.so so they can be easily shared by libgcr-ui-3.so * Add --without-gtk argument https://bugzilla.gnome.org/show_bug.cgi?id=688678
Diffstat (limited to 'gcr/gcr-base.h')
-rw-r--r--gcr/gcr-base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcr/gcr-base.h b/gcr/gcr-base.h
index ddaa6f3..36c209b 100644
--- a/gcr/gcr-base.h
+++ b/gcr/gcr-base.h
@@ -37,6 +37,7 @@
#include <gcr/gcr-certificate.h>
#include <gcr/gcr-certificate-chain.h>
#include <gcr/gcr-certificate-request.h>
+#include <gcr/gcr-column.h>
#include <gcr/gcr-deprecated-base.h>
#include <gcr/gcr-enum-types-base.h>
#include <gcr/gcr-filter-collection.h>