summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMartin Sustrik <sustrik@250bpm.com>2011-07-24 18:25:30 +0200
committerMartin Sustrik <sustrik@250bpm.com>2011-07-24 18:25:30 +0200
commit7c1dca546d9e49e7af372e4fff9e6a87058a7f12 (patch)
treef00c6760dcd14b944457928405e7e2eca23b1ff8 /src/Makefile.am
parentf716b571baf59c1b622c7666bb8bf2905126a3d4 (diff)
Session classes merged into a single class
Removal of ZMQ_IDENTITY resulted in various session classes doing almost the same thing. This patch merges the classes into a single class. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 126a321..b02e302 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,7 +12,6 @@ libzmq_la_SOURCES = \
clock.hpp \
command.hpp \
config.hpp \
- connect_session.hpp \
ctx.hpp \
decoder.hpp \
devpoll.hpp \
@@ -64,7 +63,6 @@ libzmq_la_SOURCES = \
tcp_listener.hpp \
tcp_socket.hpp \
thread.hpp \
- transient_session.hpp \
trie.hpp \
windows.hpp \
wire.hpp \
@@ -79,7 +77,6 @@ libzmq_la_SOURCES = \
zmq_listener.hpp \
clock.cpp \
ctx.cpp \
- connect_session.cpp \
decoder.cpp \
devpoll.cpp \
dist.cpp \
@@ -122,7 +119,6 @@ libzmq_la_SOURCES = \
tcp_listener.cpp \
tcp_socket.cpp \
thread.cpp \
- transient_session.cpp \
trie.cpp \
xpub.cpp \
xrep.cpp \