mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 08:46:44 +01:00
Fixed Makefile for ROUTER/DEALER rename
This commit is contained in:
parent
712e36d29c
commit
3585ec8aea
@ -73,8 +73,8 @@ libzmq_la_SOURCES = \
|
|||||||
windows.hpp \
|
windows.hpp \
|
||||||
wire.hpp \
|
wire.hpp \
|
||||||
xpub.hpp \
|
xpub.hpp \
|
||||||
xrep.hpp \
|
router.hpp \
|
||||||
xreq.hpp \
|
dealer.hpp \
|
||||||
xsub.hpp \
|
xsub.hpp \
|
||||||
ypipe.hpp \
|
ypipe.hpp \
|
||||||
yqueue.hpp \
|
yqueue.hpp \
|
||||||
@ -129,8 +129,8 @@ libzmq_la_SOURCES = \
|
|||||||
thread.cpp \
|
thread.cpp \
|
||||||
trie.cpp \
|
trie.cpp \
|
||||||
xpub.cpp \
|
xpub.cpp \
|
||||||
xrep.cpp \
|
router.cpp \
|
||||||
xreq.cpp \
|
dealer.cpp \
|
||||||
xsub.cpp \
|
xsub.cpp \
|
||||||
zmq.cpp \
|
zmq.cpp \
|
||||||
zmq_utils.cpp
|
zmq_utils.cpp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user