diff options
author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2011-03-14 13:18:16 +0100 |
---|---|---|
committer | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2011-03-14 18:26:35 +0100 |
commit | ec69005aa8d865bc04e5a80258ee7a78bc0468ba (patch) | |
tree | 4fb4061b014bcb94df2db4b22c4d3e56beaef09f | |
parent | 729352cf1c328615b05e7368a5888a23f7382c4e (diff) | |
download | pango-ec69005aa8d865bc04e5a80258ee7a78bc0468ba.tar.gz |
build: gtk-doc scanner links agains glib
https://bugzilla.gnome.org/show_bug.cgi?id=644724
-rw-r--r-- | docs/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 28f76263..b398e811 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -75,6 +75,8 @@ if HAVE_CAIRO GTKDOC_LIBS += $(top_builddir)/pango/libpangocairo-1.0.la endif +GTKDOC_LIBS += $(GLIB_LIBS) + # Extra options to supply to gtkdoc-mkdb MKDB_OPTIONS=--sgml-mode --output-format=xml |