Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3868 in orxonox.OLD for orxonox/trunk/src/Makefile.am


Ignore:
Timestamp:
Apr 18, 2005, 12:44:14 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: moved the animation-stuff to src/util/animation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/Makefile.am

    r3863 r3868  
    1717AM_CXXFLAGS+=-I$(MAINSRCDIR)/glmenu
    1818AM_CXXFLAGS+=-I$(MAINSRCDIR)/ai
     19AM_CXXFLAGS+=-I$(MAINSRCDIR)/util
     20AM_CXXFLAGS+=-I$(MAINSRCDIR)/util/animation
    1921
    2022
     
    3335                 track_manager.cc \
    3436                 track_node.cc \
    35                  animation.cc \
    36                  animation3d.cc \
    37                  animation_player.cc \
     37                 util/animation/animation.cc \
     38                 util/animation/animation3d.cc \
     39                 util/animation/animation_player.cc \
    3840                 garbage_collector.cc \
    3941                 story_entities/story_entity.cc \
     
    8587                 track_manager.h \
    8688                 track_node.h \
    87                  animation.h \
    88                  t_animation.h \
    89                  animation3d.h \
    90                  animation_player.h \
     89                 util/animation/animation.h \
     90                 util/animation/t_animation.h \
     91                 util/animation/animation3d.h \
     92                 util/animation/animation_player.h \
    9193                 garbage_collector.h \
    9294                 story_entities/story_entity.h \
Note: See TracChangeset for help on using the changeset viewer.