Changeset 7954 in orxonox.OLD for trunk/src/lib/network/Makefile.am
- Timestamp:
- May 29, 2006, 3:28:41 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/network/Makefile.am
r7026 r7954 13 13 network_protocol.cc \ 14 14 server_socket.cc \ 15 tcp_server_socket.cc \ 16 tcp_socket.cc \ 17 udp_server_socket.cc \ 18 udp_socket.cc \ 15 19 handshake.cc \ 16 20 network_game_manager.cc \ 17 converter.cc 21 converter.cc \ 22 message_manager.cc \ 23 network_log.cc \ 24 zip.cc \ 25 \ 26 synchronizeable_var/synchronizeable_var.cc \ 27 synchronizeable_var/synchronizeable_vector.cc \ 28 synchronizeable_var/synchronizeable_int.cc \ 29 synchronizeable_var/synchronizeable_quaternion.cc \ 30 synchronizeable_var/synchronizeable_string.cc \ 31 synchronizeable_var/synchronizeable_float.cc \ 32 synchronizeable_var/synchronizeable_bool.cc \ 33 synchronizeable_var/synchronizeable_uint.cc 18 34 19 35 … … 29 45 network_protocol.h \ 30 46 server_socket.h \ 47 tcp_server_socket.h \ 48 tcp_socket.h \ 49 udp_server_socket.h \ 50 udp_socket.h \ 31 51 handshake.h \ 32 52 network_game_manager.h \ 33 53 converter.h \ 34 netdefs.h 54 netdefs.h \ 55 message_manager.h \ 56 network_log.h \ 57 zip.h \ 58 \ 59 synchronizeable_var/synchronizeable_var.h \ 60 synchronizeable_var/synchronizeable_vector.h \ 61 synchronizeable_var/synchronizeable_int.h \ 62 synchronizeable_var/synchronizeable_quaternion.h \ 63 synchronizeable_var/synchronizeable_string.h \ 64 synchronizeable_var/synchronizeable_float.h \ 65 synchronizeable_var/synchronizeable_bool.h \ 66 synchronizeable_var/synchronizeable_uint.h 35 67 36 68
Note: See TracChangeset
for help on using the changeset viewer.