[cairo-commit] src/Makefile.am
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sat Jul 8 13:39:56 PDT 2006
src/Makefile.am | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
New commits:
diff-tree f3f374fb8066e09da1948674decadc6c764f2a1b (from a443a4215869b3556d9d703c80061879020064ad)
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Sat Jul 8 16:39:52 2006 -0400
Include cairo-svg.h in cairo_win32_api_headers. (bug 7462)
diff --git a/src/Makefile.am b/src/Makefile.am
index c2ac2d4..1899209 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -125,7 +125,8 @@ if CAIRO_HAS_FT_FONT
cairo_win32_api_headers += \
$(srcdir)/cairo-ft.h \
$(srcdir)/cairo-pdf.h \
- $(srcdir)/cairo-ps.h
+ $(srcdir)/cairo-ps.h \
+ $(srcdir)/cairo-svg.h
endif
# These names match automake style variable definition conventions so
More information about the cairo-commit
mailing list