Commit 9bab3466 authored by Ian Barber's avatar Ian Barber

Merge pull request #440 from hintjens/master

Packages did not build - fixed
parents 6e676af4 3a43bd73
...@@ -23,6 +23,12 @@ libzmq_la_SOURCES = \ ...@@ -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 = \ ...@@ -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
......
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