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}