mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 19:18:12 +02:00
test: Make cairo_test_suite depend upon the any2ppm exectuable on all platforms
On some platforms, executables have an extension which confuses automake into building an entirely different binary. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
a7b2c28adf
commit
2209ec5a15
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ cairo_test_suite_DEPENDENCIES = \
|
|||
$(top_builddir)/src/libcairo.la
|
||||
if BUILD_ANY2PPM
|
||||
cairo_test_suite_DEPENDENCIES += \
|
||||
any2ppm
|
||||
any2ppm$(EXEEXT)
|
||||
endif
|
||||
|
||||
if HAVE_SHM
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue