Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7028 in orxonox.OLD


Ignore:
Timestamp:
Feb 3, 2006, 8:43:04 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: added missing files to Makefiles.am's

Location:
trunk/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Makefile.am

    r6978 r7028  
    8686                subprojects/benchmark.h
    8787
    88 
    8988## orxonox.conf will be used from home-dir instead.
    9089EXTRA_DIST = proto/proto_class.h \
  • trunk/src/lib/Makefile.am

    r6617 r7028  
    6767                        util/executor/executor_specials.h \
    6868                        util/executor/functor_list.h \
     69                        util/count_pointer.h \
    6970                        math/vector.h \
    7071                        math/quaternion.h \
  • trunk/src/world_entities/Makefile.am

    r7019 r7028  
    7676                 world_entities/npcs/npc_test.h \
    7777                 world_entities/npcs/npc_test1.h \
     78                 world_entities/npcs/ground_turret.h \
    7879                 world_entities/environment.h \
    7980                 world_entities/skysphere.h \
     
    9293                 world_entities/weapons/test_gun.h \
    9394                 world_entities/weapons/cannon.h \
     95                 world_entities/weapons/hyperblaster.h \
    9496                 world_entities/weapons/turret.h \
    9597                 world_entities/weapons/aiming_turret.h \
     
    104106                 world_entities/projectiles/rocket.h \
    105107                 world_entities/projectiles/guided_missile.h \
     108                 world_entities/projectiles/hyperblast.h \
    106109                 \
    107110                 world_entities/power_ups/power_up.h \
     
    122125                 world_entities/environments/model_entity.h \
    123126                 \
    124                  world_entities/elements/image_entity.h
     127                 world_entities/elements/image_entity.h \
     128                 world_entities/elements/text_element.h
    125129
Note: See TracChangeset for help on using the changeset viewer.