Corrected libraries dependencies for some of the unit tests.

This commit is contained in:
John Wiegley 2009-02-09 00:27:35 -04:00
parent 4a463aca3b
commit 57b2fc463a

View file

@ -333,7 +333,7 @@ data_tests_SOURCES = \
test/data_tests.cc
data_tests_CPPFLAGS = -I$(srcdir)/test $(lib_cppflags)
data_tests_LDADD = libledger_data.la $(math_tests_LDADD)
data_tests_LDADD = libledger_data.la $(expr_tests_LDADD)
report_tests_SOURCES = \
test/UnitTests.cc \
@ -341,7 +341,7 @@ report_tests_SOURCES = \
test/report_tests.cc
report_tests_CPPFLAGS = -I$(srcdir)/test $(lib_cppflags)
report_tests_LDADD = libledger_report.la $(math_tests_LDADD)
report_tests_LDADD = libledger_report.la $(data_tests_LDADD)
all_tests_sources = \
$(util_tests_SOURCES) \