Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
7f15e6c8
Commit
7f15e6c8
authored
Aug 17, 2017
by
sigiesec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Problem: make-based builds broken
Solution: add testutil_security.hpp to Makefile.am
parent
863a02b4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
Makefile.am
Makefile.am
+5
-1
No files found.
Makefile.am
View file @
7f15e6c8
...
@@ -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
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment