Commit 7f15e6c8 authored by sigiesec's avatar sigiesec

Problem: make-based builds broken

Solution: add testutil_security.hpp to Makefile.am
parent 863a02b4
...@@ -523,7 +523,10 @@ tests_test_security_null_LDADD = src/libzmq.la ...@@ -523,7 +523,10 @@ tests_test_security_null_LDADD = src/libzmq.la
tests_test_security_plain_SOURCES = tests/test_security_plain.cpp tests_test_security_plain_SOURCES = tests/test_security_plain.cpp
tests_test_security_plain_LDADD = src/libzmq.la tests_test_security_plain_LDADD = src/libzmq.la
tests_test_security_zap_SOURCES = tests/test_security_zap.cpp tests_test_security_zap_SOURCES = \
tests/test_security_zap.cpp \
tests/testutil_security.hpp \
tests/testutil.hpp
tests_test_security_zap_LDADD = src/libzmq.la tests_test_security_zap_LDADD = src/libzmq.la
tests_test_spec_req_SOURCES = tests/test_spec_req.cpp tests_test_spec_req_SOURCES = tests/test_spec_req.cpp
...@@ -629,6 +632,7 @@ test_apps += \ ...@@ -629,6 +632,7 @@ test_apps += \
tests_test_security_curve_SOURCES = \ tests_test_security_curve_SOURCES = \
tests/test_security_curve.cpp \ tests/test_security_curve.cpp \
tests/testutil_security.hpp \
tests/testutil.hpp \ tests/testutil.hpp \
src/curve_client_tools.hpp \ src/curve_client_tools.hpp \
src/clock.hpp \ src/clock.hpp \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment