Remove quarter-over test name accidentally added to Makefile.

This commit is contained in:
Carl Worth 2005-05-16 15:05:56 +00:00
parent ea410111d3
commit e5b31bca7c
3 changed files with 6 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2005-05-16 Carl Worth <cworth@cworth.org>
* test/.cvsignore:
* test/Makefile.am: Remove quarter-over test name accidentally
added to Makefile.
2005-05-16 Kristian Høgsberg <krh@redhat.com>
* src/cairo-pdf-surface.c (cairo_pdf_surface_create):

View file

@ -23,7 +23,6 @@ path-data
pdf-surface
pdf-surface.pdf
pixman-rotate
quarter-over
rel-path
scale-source-surface-paint
select-font-no-show-text

View file

@ -17,7 +17,6 @@ paint \
paint-with-alpha \
path-data \
pixman-rotate \
quarter-over \
scale-source-surface-paint \
select-font-no-show-text \
self-copy \
@ -62,7 +61,6 @@ paint-ref.png \
paint-with-alpha-ref.png \
path-data-ref.png \
pixman-rotate-ref.png \
quarter-over-ref.png \
romedalen.png \
self-copy-ref.png \
scale-source-surface-paint-ref.png \
@ -140,7 +138,6 @@ paint_with_alpha_LDADD = $(LDADDS)
path_data_LDADD = $(LDADDS)
pdf_surface_LDADD = $(LDADDS)
pixman_rotate_LDADD = $(LDADDS)
quarter_over_LDADD = $(LDADDS)
scale_source_surface_paint_LDADD = $(LDADDS)
select_font_no_show_text_LDADD = $(LDADDS)
self_copy_LDADD = $(LDADDS)