mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-01-03 02:20:16 +01:00
build: Fix automake error
b8f43617a9 regressed the generation of
Makefiles. automake 1.10 fails when executed during ./autogen.sh:
automake: cairo_test_suite_OBJECTS should not be defined
test/Makefile.am:76: while processing program `cairo-test-suite'
This commit is contained in:
parent
9ab9ecfdbd
commit
e5dfac245f
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ endif
|
|||
endif
|
||||
test_sources += $(test)
|
||||
|
||||
noinst_PROGRAMS = cairo-test-suite # always build
|
||||
noinst_PROGRAMS = cairo-test-suite$(EXEEXT) # always build
|
||||
|
||||
TESTS += cairo-test-suite$(EXEEXT)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue