summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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