Changeset 6617 in orxonox.OLD for trunk/src/lib/Makefile.am
- Timestamp:
- Jan 19, 2006, 12:45:55 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/Makefile.am
r6616 r6617 46 46 math/vector2D.cc \ 47 47 math/matrix.cc \ 48 math/curve.cc 48 math/curve.cc \ 49 math/line.cc \ 50 math/plane.cc \ 51 math/rotation_OBSOLETE.cc 49 52 50 53 noinst_HEADERS = coord/p_node.h \ … … 68 71 math/vector2D.h \ 69 72 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 71 78 72 79 SUBDIRS = graphics \
Note: See TracChangeset
for help on using the changeset viewer.