From 16740853761dfa37e1dc673edb8157930e22b08d Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 26 Jun 2010 10:19:39 -0700 Subject: [PATCH] Revert unintended change to tests_libpspp_str_test_LDADD. When I was preparing the previous commit I tested a change to tests_libpspp_str_test_LDADD and then (I thought) reverted it. But my revert actually changed the order. Oops. John Darrington reports that the new order causes link problems for him, so I'm putting the order back to the original, with this commit. --- tests/automake.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/automake.mk b/tests/automake.mk index f23a0e77..7c7c0041 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -263,7 +263,7 @@ tests_libpspp_range_set_test_CPPFLAGS = $(AM_CPPFLAGS) -DASSERT_LEVEL=10 tests_libpspp_str_test_SOURCES = \ tests/libpspp/str-test.c -tests_libpspp_str_test_LDADD = gl/libgl.la src/libpspp/libpspp.la $(LIBINTL) +tests_libpspp_str_test_LDADD = src/libpspp/libpspp.la gl/libgl.la $(LIBINTL) tests_libpspp_string_map_test_SOURCES = \ src/libpspp/hash-functions.c \ -- 2.30.2