summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@src.gnome.org>2007-07-20 23:54:34 +0000
committerBehdad Esfahbod <behdad@src.gnome.org>2007-07-20 23:54:34 +0000
commit98a6f3a459c752390eb8f38899f5f03ebc4f79de (patch)
tree715ddc40e8c9aaa62b123799ae1339c75b898413
parentf7ec37b8f9e4546cf71d8bb38c88a96f67c19408 (diff)
downloadpango-98a6f3a459c752390eb8f38899f5f03ebc4f79de.tar.gz
Oops
svn path=/trunk/; revision=2374
-rw-r--r--docs/Makefile.am5
1 files 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