summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2013-09-18 16:25:30 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2013-09-18 16:25:30 +0200
commit4f4cb880d665c8e37961af422da15e57adbafa6c (patch)
tree3298c4b333853a30c8ace6d4a89faaa37b6e22e4 /docs
parent63393a091924707c008773a5fb66621815cc1768 (diff)
downloadtotem-4f4cb880d665c8e37961af422da15e57adbafa6c.tar.gz
build: Fixes for make distcheck
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 6fba0caef..2fad27f49 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -136,7 +136,7 @@ GTKDOC_CFLAGS = \
$(PLAYER_CFLAGS)
GTKDOC_LIBS = \
$(top_builddir)/src/libtotem.la \
- $(top_srcdir)/libgd/libgd.la \
+ $(top_builddir)/libgd/libgd.la \
$(PLAYER_LIBS)
# This includes the standard gtk-doc make rules, copied by gtkdocize.