From 4ce7d7033e165f5fff07c2937172dc38314b436b Mon Sep 17 00:00:00 2001 From: Brett Viren Date: Sun, 8 Oct 2023 15:29:58 -0400 Subject: [PATCH] One more spot to add test_proxy_steerable for automake build --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.am b/Makefile.am index 0e4ce1b360..6d7085af36 100755 --- a/Makefile.am +++ b/Makefile.am @@ -732,6 +732,10 @@ tests_test_proxy_single_socket_SOURCES = tests/test_proxy_single_socket.cpp tests_test_proxy_single_socket_LDADD = ${TESTUTIL_LIBS} src/libzmq.la tests_test_proxy_single_socket_CPPFLAGS = ${TESTUTIL_CPPFLAGS} +tests_test_proxy_steerable_SOURCES = tests/test_proxy_steerable.cpp +tests_test_proxy_steerable_LDADD = ${TESTUTIL_LIBS} src/libzmq.la +tests_test_proxy_steerable_CPPFLAGS = ${TESTUTIL_CPPFLAGS} + tests_test_proxy_terminate_SOURCES = tests/test_proxy_terminate.cpp tests_test_proxy_terminate_LDADD = ${TESTUTIL_LIBS} src/libzmq.la tests_test_proxy_terminate_CPPFLAGS = ${TESTUTIL_CPPFLAGS}