summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-05-08 12:57:00 +0200
committerBastien Nocera <hadess@hadess.net>2013-05-08 12:57:00 +0200
commitb54682f18c0884b9a4751aa3b6f6dad4c4834cf5 (patch)
tree61d3e18d8004df751114fc514c2fdd6c3ac0ebec /docs
parent974aaabbe9a44c2d5768be38712ed5e78f75a867 (diff)
downloadtotem-b54682f18c0884b9a4751aa3b6f6dad4c4834cf5.tar.gz
docs: Link to libgd as well
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 48bf4ba87..6fba0caef 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -136,6 +136,7 @@ GTKDOC_CFLAGS = \
$(PLAYER_CFLAGS)
GTKDOC_LIBS = \
$(top_builddir)/src/libtotem.la \
+ $(top_srcdir)/libgd/libgd.la \
$(PLAYER_LIBS)
# This includes the standard gtk-doc make rules, copied by gtkdocize.