[Xfce4-commits] <xfconf:master> Link the gtkdoc scanner to GObject and Glib (bug #6407).
Nick Schermer
noreply at xfce.org
Sat Apr 24 11:08:01 CEST 2010
Updating branch refs/heads/master
to 24b70533c567682be7bcfc4445d1e0347d1a7cb5 (commit)
from 844de2337ed3b0e1c1af605c820d77dab50ad0b7 (commit)
commit 24b70533c567682be7bcfc4445d1e0347d1a7cb5
Author: David Mohr <david at mcbf.net>
Date: Sat Apr 24 11:05:10 2010 +0200
Link the gtkdoc scanner to GObject and Glib (bug #6407).
docs/reference/Makefile.am | 4 +++-
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
More information about the Xfce4-commits
mailing list