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:
Andrea Canciani 2011-07-19 07:26:59 +02:00
parent 9ab9ecfdbd
commit e5dfac245f

View file

@ -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)