Revert unintended change to tests_libpspp_str_test_LDADD.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 26 Jun 2010 17:19:39 +0000 (10:19 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Sat, 26 Jun 2010 17:19:39 +0000 (10:19 -0700)
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

index f23a0e7773559a52a5684382782003ff5edd7399..7c7c0041402adf3989062bf2639464d29c559ac8 100644 (file)
@@ -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 \