diff options
author | Martin Lucina <martin@lucina.net> | 2012-05-20 10:40:36 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@250bpm.com> | 2012-06-01 11:14:30 +0200 |
commit | 9ba8f9a503d69b891fae38628e0038f49ed5b8a4 (patch) | |
tree | 363d40593300c9665e7973680579d4c2b7647536 /src/Makefile.am | |
parent | 58d54740785eb2c7208a01afb5bd9736e5808069 (diff) |
UDP support
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 1daee23..9ed62b1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -78,6 +78,8 @@ libxs_la_SOURCES = \ tcp_listener.hpp \ thread.hpp \ topic_filter.hpp \ + udp_receiver.hpp \ + udp_sender.hpp \ upoll.hpp \ windows.hpp \ wire.hpp \ @@ -138,6 +140,8 @@ libxs_la_SOURCES = \ tcp_listener.cpp \ thread.cpp \ topic_filter.cpp \ + udp_receiver.cpp \ + udp_sender.cpp \ upoll.cpp \ xpub.cpp \ xrep.cpp \ |