Avoid unused function warning
[pspp] / 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 \