[Xfce4-commits] <exo:xfce-4.8> Add missing linker flag.

Nick Schermer noreply at xfce.org
Mon May 9 19:56:06 CEST 2011


Updating branch refs/heads/xfce-4.8
         to 252141258309c9710f02c5da96a914ae447e5abc (commit)
       from e35fbb0c8057676406978c3a467c89585b830149 (commit)

commit 252141258309c9710f02c5da96a914ae447e5abc
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sun Feb 27 17:43:56 2011 +0100

    Add missing linker flag.
    
    (cherry picked from commit 85a37877ccc870cc64e1e98734fe5d8d2e9eb677)

 docs/reference/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 5926b16..d46b8d7 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -56,7 +56,8 @@ INCLUDES =	 							\
 	$(GTK_DOC_EXTRA_CFLAGS)
 
 GTKDOC_LIBS =  								\
-	$(top_builddir)/exo/libexo-$(LIBEXO_VERSION_API).la
+	$(top_builddir)/exo/libexo-$(LIBEXO_VERSION_API).la \
+	$(GTK_LIBS)
 
 include $(top_srcdir)/gtk-doc.make
 



More information about the Xfce4-commits mailing list