summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Mohr <david@mcbf.net>2010-04-24 11:05:10 +0200
committerNick Schermer <nick@xfce.org>2010-04-24 11:05:10 +0200
commit24b70533c567682be7bcfc4445d1e0347d1a7cb5 (patch)
treed8f185be719a6982326c9ff920882f93567a5a85 /docs
parent844de2337ed3b0e1c1af605c820d77dab50ad0b7 (diff)
downloadxfconf-24b70533c567682be7bcfc4445d1e0347d1a7cb5.tar.gz
Link the gtkdoc scanner to GObject and Glib (bug #6407).
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 4240771..3d1b33b 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -63,7 +63,9 @@ INCLUDES = \
GTKDOC_LIBS = \
$(top_builddir)/xfconf/libxfconf-$(LIBXFCONF_VERSION_API).la \
- $(top_builddir)/xfconfd/xfconfd-xfconf-backend.o
+ $(top_builddir)/xfconfd/xfconfd-xfconf-backend.o \
+ $(GLIB_LIBS) \
+ $(GOBJECT_LIBS)
include $(top_srcdir)/gtk-doc.make