source:
orxonox.OLD/trunk/src/lib/network/Makefile.am
@
7139
Last change on this file since 7139 was 7026, checked in by bensch, 19 years ago | |
---|---|
File size: 897 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 \ | |
[6695] | 8 | shared_network_data.cc \ |
[5554] | 9 | network_socket.cc \ |
10 | connection_monitor.cc \ | |
[5566] | 11 | network_stream.cc \ |
[5599] | 12 | data_stream.cc \ |
[5996] | 13 | network_protocol.cc \ |
[6139] | 14 | server_socket.cc \ |
15 | handshake.cc \ | |
16 | network_game_manager.cc \ | |
17 | converter.cc | |
[5554] | 18 | |
19 | ||
20 | ||
[6139] | 21 | |
[5554] | 22 | noinst_HEADERS = synchronizeable.h \ |
23 | network_manager.h \ | |
[6695] | 24 | shared_network_data.h \ |
[5554] | 25 | network_socket.h \ |
26 | connection_monitor.h \ | |
[5566] | 27 | network_stream.h \ |
[5599] | 28 | data_stream.h \ |
[5996] | 29 | network_protocol.h \ |
[6139] | 30 | server_socket.h \ |
31 | handshake.h \ | |
32 | network_game_manager.h \ | |
[7026] | 33 | converter.h \ |
34 | netdefs.h | |
[5554] | 35 | |
[6139] | 36 |
Note: See TracBrowser
for help on using the repository browser.