summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2012-07-04 18:41:36 +0200
committerMatthias Clasen <mclasen@redhat.com>2012-07-11 06:55:18 -0400
commit79be9a341bd092cb372c5d8a562400573daf14b4 (patch)
tree8a167b30808f51f1214596d9babd7535622b4c8c /docs
parentffdd7a5e185879006d405ffd69f68ff60f5fccfa (diff)
downloadgtk+-79be9a341bd092cb372c5d8a562400573daf14b4.tar.gz
docs: link against libgdk-3.la
https://bugzilla.gnome.org/show_bug.cgi?id=679409
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am
index 6f53381303..ca821e9403 100644
--- a/docs/reference/gtk/Makefile.am
+++ b/docs/reference/gtk/Makefile.am
@@ -107,6 +107,7 @@ CPPFLAGS += \
-UGTK_DISABLE_SINGLE_INCLUDES
GTKDOC_LIBS = \
+ $(top_builddir)/gdk/libgdk-3.la \
$(top_builddir)/gtk/libgtk-3.la \
$(GTK_DEP_LIBS)