We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b3dcc commit c84c3a5Copy full SHA for c84c3a5
2 files changed
Makefile.am
@@ -460,7 +460,8 @@ tests_test_reqrep_inproc_LDADD = src/libzmq.la
460
tests_test_reqrep_tcp_SOURCES = \
461
tests/test_reqrep_tcp.cpp \
462
tests/testutil.hpp
463
-tests_test_reqrep_tcp_LDADD = src/libzmq.la
+tests_test_reqrep_tcp_LDADD = src/libzmq.la ${UNITY_LIBS}
464
+tests_test_reqrep_tcp_CPPFLAGS = ${UNITY_CPPFLAGS}
465
466
tests_test_hwm_SOURCES = tests/test_hwm.cpp tests/testutil_unity.hpp
467
tests_test_hwm_LDADD = src/libzmq.la ${UNITY_LIBS}
0 commit comments