From 902c4b543a699ac2dbd29907d6d98e4be1161977 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 14 Mar 2011 13:18:16 +0100 Subject: build: gtk-doc scanner links agains glib https://bugzilla.gnome.org/show_bug.cgi?id=644724 --- docs/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1