summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7d3ee8d..9f11611 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -23,6 +23,7 @@ libxs_la_SOURCES = \
fd.hpp \
fq.hpp \
io_object.hpp \
+ io_thread.hpp \
ip.hpp \
ipc_address.hpp \
ipc_connecter.hpp \
@@ -45,7 +46,6 @@ libxs_la_SOURCES = \
pipe.hpp \
platform.hpp \
poll.hpp \
- poller_base.hpp \
pair.hpp \
pub.hpp \
pull.hpp \
@@ -85,6 +85,7 @@ libxs_la_SOURCES = \
err.cpp \
fq.cpp \
io_object.cpp \
+ io_thread.cpp \
ip.cpp \
ipc_address.cpp \
ipc_connecter.cpp \
@@ -104,7 +105,6 @@ libxs_la_SOURCES = \
pgm_socket.cpp \
pipe.cpp \
poll.cpp \
- poller_base.cpp \
pull.cpp \
push.cpp \
reaper.cpp \