[Xfce4-commits] [xfce/thunar] 01/03: make distcheck fix (reference docs linking error)
    noreply at xfce.org 
    noreply at xfce.org
       
    Sun Jan  4 16:31:39 CET 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
andrzejr pushed a commit to branch master
in repository xfce/thunar.
commit 7e8f1381b9e518e28eae12de3b1f11efb9e469ee
Author: Andrzej <ndrwrdck at gmail.com>
Date:   Sun Jan 4 15:27:52 2015 +0000
    make distcheck fix (reference docs linking error)
---
 docs/reference/thunarx/Makefile.am |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/reference/thunarx/Makefile.am b/docs/reference/thunarx/Makefile.am
index 50b8c21..2da77d9 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
 
-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
    
    
More information about the Xfce4-commits
mailing list