[Xfce4-commits] <libxfce4ui:master> Fix build with --enable-gtk-doc.

Jérôme Guelfucci noreply at xfce.org
Wed Oct 10 14:16:01 CEST 2012


Updating branch refs/heads/master
         to a7e2fd2794c83b58d451849735248eba368f1e72 (commit)
       from d2b46f86dde38e8608bd9f3e9dac995f0be962ac (commit)

commit a7e2fd2794c83b58d451849735248eba368f1e72
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Wed Oct 10 14:13:31 2012 +0200

    Fix build with --enable-gtk-doc.
    
    The documentation generation might still need to be ported to also
    generate documentation for GTK+ 3.

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

diff --git a/docs/Makefile.am b/docs/Makefile.am
index a64d138..944f834 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -49,12 +49,12 @@ INCLUDES =	 							\
 	-I$(top_srcdir) 						\
 	-I$(top_builddir) 						\
 	$(LIBXFCE4UTIL_CFLAGS)						\
-	$(GTK_CFLAGS)	 						\
+	$(GTK2_CFLAGS)	 						\
 	$(GTK_DOC_EXTRA_CFLAGS)
 
 GTKDOC_LIBS =  								\
 	$(LIBXFCE4UTIL_LIBS)						\
-	$(GTK_LIBS)							\
+	$(GTK2_LIBS)							\
 	$(top_builddir)/libxfce4ui/libxfce4ui-$(LIBXFCE4UI_VERSION_API).la
 
 include $(top_srcdir)/gtk-doc.make


More information about the Xfce4-commits mailing list