From: Ben Pfaff Date: Sat, 21 Apr 2012 16:22:04 +0000 (-0700) Subject: tests: Fix reference to old library libpspp.la. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp;a=commitdiff_plain;h=33c4108f473bf16a07b57be862ec6513eee535de tests: Fix reference to old library libpspp.la. Reported by John Darrington. --- diff --git a/tests/automake.mk b/tests/automake.mk index ade39f9e7b..0af3d1e604 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -103,7 +103,7 @@ tests_libpspp_range_set_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la tests_libpspp_range_tower_test_SOURCES = \ tests/libpspp/range-tower-test.c tests_libpspp_range_tower_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10 -tests_libpspp_range_tower_test_LDADD = src/libpspp/libpspp.la gl/libgl.la +tests_libpspp_range_tower_test_LDADD = src/libpspp/liblibpspp.la gl/libgl.la tests_libpspp_str_test_SOURCES = \ tests/libpspp/str-test.c