Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10581 in orxonox.OLD for branches/cleanup/src/util/Makefile.am


Ignore:
Timestamp:
Feb 8, 2007, 12:20:20 AM (18 years ago)
Author:
bensch
Message:

changed the animation3D and t_animation to match the new list structure… but i think it breaks workability… they are strange anyways

also removed the track, as it seems quite hacked in.
Here i uncommented everything for later reinjection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cleanup/src/util/Makefile.am

    r10368 r10581  
    2424                        animation/animation3d.cc \
    2525                        animation/animation.cc \
    26                         animation/animation_player.cc \
    27                         \
    28                         track/pilot_node.cc \
    29                         track/track.cc \
    30                         track/track_manager.cc \
    31                         track/track_node.cc
     26                        animation/animation_player.cc
    3227
    3328noinst_HEADERS =        \
     
    5045                        animation/animation.h \
    5146                        animation/animation_player.h \
    52                         animation/t_animation.h \
    53                         \
    54                         track/pilot_node.h \
    55                         track/track.h \
    56                         track/track_manager.h \
    57                         track/track_node.h
    58 
     47                        animation/t_animation.h
Note: See TracChangeset for help on using the changeset viewer.