|
Last change
on this file since 9077 was
7026,
checked in by bensch, 20 years ago
|
|
orxonox/trunk: added missing file
|
|
File size:
897 bytes
|
| Line | |
|---|
| 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 | shared_network_data.cc \ |
|---|
| 9 | network_socket.cc \ |
|---|
| 10 | connection_monitor.cc \ |
|---|
| 11 | network_stream.cc \ |
|---|
| 12 | data_stream.cc \ |
|---|
| 13 | network_protocol.cc \ |
|---|
| 14 | server_socket.cc \ |
|---|
| 15 | handshake.cc \ |
|---|
| 16 | network_game_manager.cc \ |
|---|
| 17 | converter.cc |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | noinst_HEADERS = synchronizeable.h \ |
|---|
| 23 | network_manager.h \ |
|---|
| 24 | shared_network_data.h \ |
|---|
| 25 | network_socket.h \ |
|---|
| 26 | connection_monitor.h \ |
|---|
| 27 | network_stream.h \ |
|---|
| 28 | data_stream.h \ |
|---|
| 29 | network_protocol.h \ |
|---|
| 30 | server_socket.h \ |
|---|
| 31 | handshake.h \ |
|---|
| 32 | network_game_manager.h \ |
|---|
| 33 | converter.h \ |
|---|
| 34 | netdefs.h |
|---|
| 35 | |
|---|
| 36 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.