mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-10 07:56:09 +00:00
Merge pull request #440 from hintjens/master
Packages did not build - fixed
This commit is contained in:
commit
9bab346690
@ -23,6 +23,12 @@ libzmq_la_SOURCES = \
|
|||||||
err.hpp \
|
err.hpp \
|
||||||
fd.hpp \
|
fd.hpp \
|
||||||
fq.hpp \
|
fq.hpp \
|
||||||
|
i_encoder.hpp \
|
||||||
|
i_decoder.hpp \
|
||||||
|
i_engine.hpp \
|
||||||
|
i_msg_sink.hpp \
|
||||||
|
i_msg_source.hpp \
|
||||||
|
i_poll_events.hpp \
|
||||||
io_object.hpp \
|
io_object.hpp \
|
||||||
io_thread.hpp \
|
io_thread.hpp \
|
||||||
ip.hpp \
|
ip.hpp \
|
||||||
@ -134,7 +140,10 @@ libzmq_la_SOURCES = \
|
|||||||
router.cpp \
|
router.cpp \
|
||||||
dealer.cpp \
|
dealer.cpp \
|
||||||
v1_decoder.cpp \
|
v1_decoder.cpp \
|
||||||
|
v1_decoder.hpp \
|
||||||
v1_encoder.cpp \
|
v1_encoder.cpp \
|
||||||
|
v1_encoder.hpp \
|
||||||
|
v1_protocol.hpp \
|
||||||
xsub.cpp \
|
xsub.cpp \
|
||||||
zmq.cpp \
|
zmq.cpp \
|
||||||
zmq_utils.cpp
|
zmq_utils.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user