[cairo-commit] src/Makefile.am
Chris Wilson
ickle at kemper.freedesktop.org
Wed Apr 16 06:20:39 PDT 2008
src/Makefile.am | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 472637da054ec90d8dc4b0095be6e9a134f507e0
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date: Wed Apr 16 14:18:32 2008 +0100
[Makefile.am] Add cairo-pdf-operators*.[ch] to ps_sources
The postscript backends depends upon cairo-pdf-operators.c, so list it
as a requirement in ps_sources. This enables the postscript backend to
build even if the pdf backend is disable by the user during configure.
(Fixes http://bugs.freedesktop.org/show_bug.cgi?id=15532.)
diff --git a/src/Makefile.am b/src/Makefile.am
index 44b8e14..4f667b6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -99,7 +99,8 @@ font_subset_sources += $(font_subset_sources_ft)
endif
ps_headers = cairo-ps.h
-ps_sources = cairo-ps-surface.c cairo-ps-surface-private.h
+ps_sources = cairo-ps-surface.c cairo-ps-surface-private.h \
+ cairo-pdf-operators.c cairo-pdf-operators-private.h
cairo_all_sources += $(ps_headers) $(ps_sources)
if CAIRO_HAS_PS_SURFACE
libcairo_font_subset_sources = $(font_subset_sources)
More information about the cairo-commit
mailing list