# HG changeset patch # User Mike Becker # Date 1570094172 -7200 # Node ID 885f31c6098b916e4ba2839de6141c996f9a50fc # Parent 0f5732f0dc009a8830535ec19479fdb54ab714e7 tells libtool to prefer the static library to avoid accidental testing against a previously installed version of ucx diff -r 0f5732f0dc00 -r 885f31c6098b test/Makefile.am --- a/test/Makefile.am Thu Oct 03 11:15:48 2019 +0200 +++ b/test/Makefile.am Thu Oct 03 11:16:12 2019 +0200 @@ -42,4 +42,5 @@ ucxtest_SOURCES += logging_tests.c ucxtest_SOURCES += buffer_tests.c ucxtest_SOURCES += utils_tests.c +ucxtest_LDFLAGS = -static ucxtest_LDADD = ../src/libucx.la