diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-05-15 18:49:03 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-05-15 21:31:02 +0100 |
commit | 2f962799a77faef0e6ad62c79bd7eebc9b8c5a4b (patch) | |
tree | 1457dd1acf63a13122317d6eca55f14a651fff65 | |
parent | c25992479aca481d326f72665ebdcf0904273eac (diff) |
[test] Fix typos that excluded backend test sources
-rw-r--r-- | test/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index efac53f7..ef2d875b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -13,16 +13,16 @@ test_sources += $(pthread_test_sources) endif if CAIRO_HAS_FT_FONT -test_sources += $(ft_font_sources) +test_sources += $(ft_font_test_sources) endif # Need to add quartz-surface-source if CAIRO_HAS_QUARTZ_SURFACE -test_sources += $(quartz_surface_sources) +test_sources += $(quartz_surface_test_sources) endif if CAIRO_HAS_GLITZ_SURFACE -test_sources += $(glitz_surface_sources) +test_sources += $(glitz_surface_test_sources) endif if CAIRO_HAS_PDF_SURFACE |