Put _SOURCES ahead of per-target _LDADD.

Forgotten in change-set 5eaff819c9e4.
This commit is contained in:
Bård Skaflestad 2012-03-01 15:31:46 +01:00
parent ea73002a0d
commit f6470f3319

View File

@ -30,8 +30,8 @@ sparsetable_test_SOURCES = sparsetable_test.cpp
sparsetable_test_LDADD = $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LDADD)
sparsevector_test_SOURCES = sparsevector_test.cpp
sparsevector_test_LDADD = $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LDADD)
test_column_extract_LDADD = $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LDADD)
test_column_extract_SOURCES = test_column_extract.cpp
test_column_extract_LDADD = $(BOOST_UNIT_TEST_FRAMEWORK_LIB) $(LDADD)
test_lapack_SOURCES = test_lapack.cpp
test_readpolymer_SOURCES = test_readpolymer.cpp
test_readvector_SOURCES = test_readvector.cpp