Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6617 in orxonox.OLD for trunk/src/lib/Makefile.am


Ignore:
Timestamp:
Jan 19, 2006, 12:45:55 PM (20 years ago)
Author:
bensch
Message:

trunk: split Rotation/Line/Quaternion/Plane(Rectangle) into seperate files

File:
1 edited

Legend:

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

    r6616 r6617  
    4646                        math/vector2D.cc \
    4747                        math/matrix.cc \
    48                         math/curve.cc
     48                        math/curve.cc \
     49                        math/line.cc \
     50                        math/plane.cc \
     51                        math/rotation_OBSOLETE.cc
    4952
    5053noinst_HEADERS =        coord/p_node.h \
     
    6871                        math/vector2D.h \
    6972                        math/matrix.h \
    70                         math/curve.h
     73                        math/curve.h \
     74                        math/line.h \
     75                        math/plane.h \
     76                        math/rotation_OBSOLETE.h
     77
    7178
    7279SUBDIRS = graphics \
Note: See TracChangeset for help on using the changeset viewer.