0
0
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:
Pieter Hintjens 2015-05-01 11:35:35 +02:00
parent 1c7b09afaf
commit d41b1ecdf7

View File

@ -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