summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2012-12-22 14:41:25 +0100
committerStef Walter <stefw@gnome.org>2012-12-22 15:32:27 +0100
commit86550b678407e360515878703e81258044d84541 (patch)
tree6d172d55f6521ce585a7256a16deee5ba028e104 /docs
parentf8afb1dd59dfaab3e644b69f7f301cdb27096da1 (diff)
downloadgcr-86550b678407e360515878703e81258044d84541.tar.gz
Split up the Gcr GIR files into base/ui
* Reorganize our libraries too, in a backwards compatible manner, in order to better match this split. * This reorganization was predicated on the fact that we can't have two GIRs with the same namespace. So the two namespaces are: - Gcr - GcrUi * The pkg-config files are: - gcr-base - gcr-ui - gcr (which depends on both of the above) https://bugzilla.gnome.org/show_bug.cgi?id=689685
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gcr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/gcr/Makefile.am b/docs/reference/gcr/Makefile.am
index 1008933..2b21161 100644
--- a/docs/reference/gcr/Makefile.am
+++ b/docs/reference/gcr/Makefile.am
@@ -119,7 +119,7 @@ expand_content_files=
GTKDOC_CFLAGS= -I$(top_srcdir) -I$(top_builddir) $(GLIB_CFLAGS) -Wno-error \
-Wno-deprecated-declarations
GTKDOC_LIBS= $(GLIB_LIBS) \
- $(top_builddir)/$(DOC_MODULE)/libgcr-@GCR_MAJOR@.la \
+ $(top_builddir)/$(DOC_MODULE)/libgcr-ui-@GCR_MAJOR@.la \
$(top_builddir)/$(DOC_MODULE)/libgcr-base-@GCR_MAJOR@.la \
$(top_builddir)/gck/libgck-@GCK_MAJOR@.la