From bfdf7bdbb7e908ffded514356f6b7d4755b707c0 Mon Sep 17 00:00:00 2001 From: Rob Latham Date: Fri, 20 Oct 2017 11:17:49 -0500 Subject: [PATCH] bring in all libraries Still not working quite right for "make distcheck", though.. --- tests/Makefile.subdir | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/Makefile.subdir b/tests/Makefile.subdir index f688883..6b63c81 100644 --- a/tests/Makefile.subdir +++ b/tests/Makefile.subdir @@ -12,13 +12,13 @@ endif tests_mobject_connect_test_SOURCES = tests/mobject-connect-test.c tests_mobject_connect_test_CPPFLAGS = -I${srcdir}/include -tests_mobject_connect_test_LDADD = src/libmobject-store.la +tests_mobject_connect_test_LDADD = src/libmobject-store.la ${LIBS} tests_mobject_server_CPPFLAGS = -I${srcdir}/include -tests_mobject_server_LDADD = ${LIBS} src/libmobject-store-server.la +tests_mobject_server_LDADD = src/libmobject-store-server.la ${LIBS} if HAVE_RADOS tests_rados_mobject_connect_test_SOURCES = tests/mobject-connect-test.c tests_rados_mobject_connect_test_CFLAGS = -DUSE_RADOS -tests_rados_mobject_connect_test_LDADD = -lrados +tests_rados_mobject_connect_test_LDADD = -lrados ${LIBS} endif -- 2.26.2