- Timestamp:
- Nov 10, 2005, 5:17:57 PM (19 years ago)
- Location:
- branches/network/src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/Makefile.am
r5517 r5531 73 73 subprojects/benchmark.cc 74 74 75 noinst_HEADERS = orxonox.h \ 76 ability.h \ 77 defs/message_structures.h \ 78 story_entities/story_entity.h \ 79 story_entities/story_def.h \ 80 story_entities/campaign.h \ 81 story_entities/world.h \ 82 world_entities/world_entity.h \ 83 world_entities/camera.h \ 84 world_entities/player.h \ 85 world_entities/npc.h \ 86 world_entities/npc2.h \ 87 world_entities/environment.h \ 88 world_entities/skysphere.h \ 89 world_entities/skybox.h \ 90 world_entities/terrain.h \ 91 world_entities/satellite.h \ 92 world_entities/character_attributes.h \ 93 world_entities/test_entity.h \ 94 world_entities/weapons/weapon_manager.h \ 95 world_entities/weapons/weapon.h \ 96 world_entities/weapons/projectile.h \ 97 world_entities/weapons/test_gun.h \ 98 world_entities/weapons/turret.h \ 99 world_entities/weapons/test_bullet.h \ 100 world_entities/weapons/rocket.h \ 101 world_entities/weapons/laser.h \ 102 world_entities/weapons/crosshair.h \ 103 world_entities/power_ups/power_up.h \ 104 world_entities/power_ups/turret_power_up.h \ 105 world_entities/power_ups/laser_power_up.h \ 106 defs/stdincl.h \ 107 defs/stdlibincl.h \ 108 defs/sdlincl.h \ 109 defs/glincl.h \ 110 defs/alincl.h \ 111 defs/comincl.h \ 112 defs/confincl.h \ 113 defs/error.h \ 114 defs/debug.h \ 115 defs/globals.h \ 116 defs/compiler.h \ 117 defs/class_id.h \ 118 defs/functor_list.h \ 119 subprojects/benchmark.h 75 noinst_HEADERS = orxonox.h ability.h defs/message_structures.h \ 76 story_entities/story_entity.h story_entities/story_def.h story_entities/campaign.h \ 77 story_entities/world.h world_entities/world_entity.h world_entities/camera.h \ 78 world_entities/player.h world_entities/npc.h world_entities/npc2.h world_entities/environment.h \ 79 world_entities/skysphere.h world_entities/skybox.h world_entities/terrain.h \ 80 world_entities/satellite.h world_entities/character_attributes.h world_entities/test_entity.h \ 81 world_entities/weapons/weapon_manager.h world_entities/weapons/weapon.h world_entities/weapons/projectile.h \ 82 world_entities/weapons/test_gun.h world_entities/weapons/turret.h world_entities/weapons/test_bullet.h \ 83 world_entities/weapons/rocket.h world_entities/weapons/laser.h world_entities/weapons/crosshair.h \ 84 world_entities/power_ups/power_up.h world_entities/power_ups/turret_power_up.h \ 85 world_entities/power_ups/laser_power_up.h defs/stdincl.h defs/stdlibincl.h defs/sdlincl.h defs/glincl.h \ 86 defs/alincl.h defs/comincl.h defs/confincl.h defs/error.h defs/debug.h defs/globals.h \ 87 defs/compiler.h defs/class_id.h defs/functor_list.h subprojects/benchmark.h \ 88 network_socket.h network_socket.h 120 89 121 90 -
branches/network/src/lib/network/Makefile.am
r5526 r5531 5 5 6 6 libORXnet_a_SOURCES = synchronizeable.cc \ 7 8 connection_monitor.cc7 network_manager.cc \ 8 connection_monitor.cc 9 9 10 10 11 11 12 noinst_HEADERS = synchronizeable.h \ 13 network_manager.h \ 14 connection_monitor.h 12 noinst_HEADERS = synchronizeable.h \ 13 network_manager.h \ 14 network_socket.h \ 15 connection_monitor.h 15 16
Note: See TracChangeset
for help on using the changeset viewer.