From 99c5d9283622a0b37ee80f83ff4875c059fc5990 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Thu, 27 Aug 2009 10:54:28 +0200 Subject: pipes added --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 396e3a3..b6a4540 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,6 +19,7 @@ libzmq_la_SOURCES = \ io_object.hpp \ io_thread.hpp \ ip.hpp \ + i_endpoint.hpp \ i_poller.hpp \ i_poll_events.hpp \ i_signaler.hpp \ @@ -66,6 +67,7 @@ libzmq_la_SOURCES = \ object.cpp \ options.cpp \ owned.cpp \ + pipe.cpp \ poll.cpp \ select.cpp \ session.cpp \ -- cgit v1.2.3