Changeset 5433 in orxonox.OLD for trunk/src/world_entities/Makefile.am
- Timestamp:
- Oct 25, 2005, 11:15:33 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/Makefile.am
r5355 r5433 23 23 weapons/turret.cc \ 24 24 weapons/test_bullet.cc \ 25 weapons/crosshair.cc 25 weapons/crosshair.cc \ 26 power_ups/power_up.cc 26 27 27 28 noinst_HEADERS = \ … … 34 35 skysphere.h \ 35 36 skybox.h \ 36 power_up.h \37 37 terrain.h \ 38 38 satellite.h \ … … 45 45 weapons/turret.h \ 46 46 weapons/test_bullet.h \ 47 weapons/crosshair.h 47 weapons/crosshair.h \ 48 power_ups/power_up.h 48 49 49 50
Note: See TracChangeset
for help on using the changeset viewer.