0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-15 18:38:00 +08:00

Several include files were missing

This commit is contained in:
Pieter Hintjens 2012-10-16 10:00:43 +09:00
parent 7735322151
commit e18b69bfa1

View File

@ -23,6 +23,12 @@ libzmq_la_SOURCES = \
err.hpp \
fd.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_thread.hpp \
ip.hpp \
@ -134,7 +140,10 @@ libzmq_la_SOURCES = \
router.cpp \
dealer.cpp \
v1_decoder.cpp \
v1_decoder.hpp \
v1_encoder.cpp \
v1_encoder.hpp \
v1_protocol.hpp \
xsub.cpp \
zmq.cpp \
zmq_utils.cpp