| author | Carl Worth <cworth@cworth.org> | 2006-05-05 14:57:10 (GMT) |
|---|---|---|
| committer | Carl Worth <cworth@cworth.org> | 2006-05-05 14:57:10 (GMT) |
| commit | ac470b02384528f9fda3ee7c80b64d27825b927a (patch) | |
| tree | 46c19bbf858d54f1fa77a32c6f6460e20a239244 | |
| parent | 44572fdcc8627a5c13d8fc68b55290f414166095 (diff) | |
| download | cairo-ac470b02384528f9fda3ee7c80b64d27825b927a.zip cairo-ac470b02384528f9fda3ee7c80b64d27825b927a.tar.gz cairo-ac470b02384528f9fda3ee7c80b64d27825b927a.tar.bz2 | |
Don't build pdf2svg until we start depending on newer poppler
| -rw-r--r-- | test/Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 34902ab..90b5a9c 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -330,11 +330,6 @@ if CAIRO_CAN_TEST_SVG_SURFACE noinst_PROGRAMS += svg2png svg2png_CFLAGS = $(LIBRSVG_CFLAGS) svg2png_LDADD = $(LIBRSVG_LIBS) -if CAIRO_CAN_TEST_PDF_SURFACE -noinst_PROGRAMS += pdf2svg -pdf2svg_CFLAGS = $(POPPLER_CFLAGS) -pdf2svg_LDADD = $(LDADD) $(POPPLER_LIBS) -endif endif CLEANFILES = \ |
