summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrzej <ndrwrdck@gmail.com>2015-01-04 15:27:52 +0000
committerAndrzej <ndrwrdck@gmail.com>2015-01-04 15:27:52 +0000
commit7e8f1381b9e518e28eae12de3b1f11efb9e469ee (patch)
treeada67056b114c47b8fe1c121f57f1a8d95d0d0af /docs
parentabe72f6d46db712b607a87cd04a42682ca949803 (diff)
downloadthunar-7e8f1381b9e518e28eae12de3b1f11efb9e469ee.tar.gz
make distcheck fix (reference docs linking error)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/thunarx/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/reference/thunarx/Makefile.am b/docs/reference/thunarx/Makefile.am
index 50b8c217..2da77d92 100644
--- a/docs/reference/thunarx/Makefile.am
+++ b/docs/reference/thunarx/Makefile.am
@@ -53,7 +53,8 @@ AM_CPPFLAGS = \
$(GTK_DOC_EXTRA_CFLAGS)
GTKDOC_LIBS = \
- $(top_builddir)/thunarx/libthunarx-$(THUNARX_VERSION_API).la
+ $(top_builddir)/thunarx/libthunarx-$(THUNARX_VERSION_API).la \
+ $(GTK_LIBS)
include $(top_srcdir)/gtk-doc.make