mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-15 02:07:59 +08:00
Problem: Makefile.am doesn't built test_proxy_terminate correctly
Solution: fix it.
This commit is contained in:
parent
1c7b09afaf
commit
d41b1ecdf7
@ -467,6 +467,9 @@ test_issue_566_LDADD = libzmq.la
|
||||
test_proxy_SOURCES = tests/test_proxy.cpp
|
||||
test_proxy_LDADD = libzmq.la
|
||||
|
||||
test_proxy_terminate_SOURCES = tests/test_proxy_terminate.cpp
|
||||
test_proxy_terminate_LDADD = libzmq.la
|
||||
|
||||
test_many_sockets_SOURCES = tests/test_many_sockets.cpp
|
||||
test_many_sockets_LDADD = libzmq.la
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user