From 8b5eeea8fa0ed31ab3f174647ef111db39c1e177 Mon Sep 17 00:00:00 2001 From: Jason Stover Date: Fri, 30 Mar 2007 16:52:41 +0000 Subject: [PATCH] fixed sparse-array linker problem --- tests/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/automake.mk b/tests/automake.mk index 1296e28b..998be3a5 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -179,7 +179,7 @@ tests_libpspp_sparse_array_test_SOURCES = \ src/libpspp/pool.c \ src/libpspp/pool.h \ tests/libpspp/sparse-array-test.c -tests_libpspp_sparse_array_test_LDADD = gl/libgl.la +tests_libpspp_sparse_array_test_LDADD = gl/libgl.la @LIBINTL@ tests_libpspp_sparse_array_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10 tests_formats_inexactify_SOURCES = tests/formats/inexactify.c -- 2.30.2