summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFilippo Argiolas <filippo.argiolas@gmail.com>2010-02-28 09:53:53 +0100
committerFilippo Argiolas <filippo.argiolas@gmail.com>2010-02-28 09:55:58 +0100
commit0d67d273ec13bff068880dae45b652361a061229 (patch)
treeb23e0ab5a6ca32192e711068f816e1b20d0d071f /docs
parent906c95c0600e1e0ef75a96aac9f83cf226d3e837 (diff)
monitor: complete api docs
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 49b8f492..541d39e5 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -80,7 +80,9 @@ expand_content_files=
# e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
# e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(CHEESE_CFLAGS)
-GTKDOC_LIBS=$(top_builddir)/libcheese/libcheese-gtk.la
+GTKDOC_LIBS=\
+ $(top_builddir)/libcheese/libcheesecommon.la \
+ $(top_builddir)/libcheese/libcheese-gtk.la
# This includes the standard gtk-doc make rules, copied by gtkdocize.
include $(top_srcdir)/gtk-doc.make