Commit c861fb4c authored by Ian Barber's avatar Ian Barber

Merge pull request #289 from pieterh/master

Makefile.am wasn't fixed, so libzmq was not building
parents 712e36d2 3585ec8a
...@@ -73,8 +73,8 @@ libzmq_la_SOURCES = \ ...@@ -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 = \ ...@@ -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
......
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