Last change
on this file since 6081 was
5996,
checked in by patrick, 19 years ago
|
orxonox/trunk: merged network branche into trunk with command svn merge -r 5824:HEAD
|
File size:
653 bytes
|
Rev | Line | |
---|
[5554] | 1 | MAINSRCDIR=../.. |
---|
| 2 | include $(MAINSRCDIR)/defs/include_paths.am |
---|
| 3 | |
---|
| 4 | noinst_LIBRARIES = libORXnet.a |
---|
| 5 | |
---|
| 6 | libORXnet_a_SOURCES = synchronizeable.cc \ |
---|
| 7 | network_manager.cc \ |
---|
| 8 | network_socket.cc \ |
---|
| 9 | connection_monitor.cc \ |
---|
[5566] | 10 | network_stream.cc \ |
---|
[5599] | 11 | data_stream.cc \ |
---|
[5996] | 12 | network_protocol.cc \ |
---|
| 13 | server_socket.cc |
---|
[5554] | 14 | |
---|
| 15 | |
---|
| 16 | |
---|
| 17 | noinst_HEADERS = synchronizeable.h \ |
---|
| 18 | network_manager.h \ |
---|
| 19 | network_socket.h \ |
---|
| 20 | connection_monitor.h \ |
---|
[5566] | 21 | network_stream.h \ |
---|
[5599] | 22 | data_stream.h \ |
---|
[5996] | 23 | network_protocol.h \ |
---|
| 24 | server_socket.h |
---|
[5554] | 25 | |
---|
Note: See
TracBrowser
for help on using the repository browser.