From 98a6f3a459c752390eb8f38899f5f03ebc4f79de Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 20 Jul 2007 23:54:34 +0000 Subject: Oops svn path=/trunk/; revision=2374 --- docs/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 08978104..1958881d 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -59,9 +59,10 @@ INCLUDES = \ # HTML docs on Unix. We don't get introspection on Win32 # specific types, but that isn't a big deal. +GTKDOC_LIBS = + if HAVE_XFT -GTKDOC_LIBS = \ - $(top_builddir)/pango/libpangoxft-1.0.la +GTKDOC_LIBS += $(top_builddir)/pango/libpangoxft-1.0.la endif if HAVE_CAIRO -- cgit v1.2.1