diff options
author | Martin Lucina <martin@lucina.net> | 2012-05-20 10:40:36 +0200 |
---|---|---|
committer | Martin Lucina <martin@lucina.net> | 2012-05-20 10:40:36 +0200 |
commit | 2601b302685c48e6aa8f507d200f148397811fae (patch) | |
tree | 5103e3fab82394585df96be9892600ecfd55accc /src/Makefile.am | |
parent | 1d76284dee8e9b0735a26ee98a3edcd9f5208f09 (diff) |
[WIP] UDP supportudp
Signed-off-by: Martin Lucina <martin@lucina.net>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 033ba52..33647b5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -77,6 +77,8 @@ libxs_la_SOURCES = \ tcp_connecter.hpp \ tcp_listener.hpp \ thread.hpp \ + udp_receiver.hpp \ + udp_sender.hpp \ upoll.hpp \ windows.hpp \ wire.hpp \ @@ -136,6 +138,8 @@ libxs_la_SOURCES = \ tcp_connecter.cpp \ tcp_listener.cpp \ thread.cpp \ + udp_receiver.cpp \ + udp_sender.cpp \ upoll.cpp \ xpub.cpp \ xrep.cpp \ |