Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/include/Makefile.am @ 21

Last change on this file since 21 was 21, checked in by nicolasc, 16 years ago

added ogreode and Colladaplugin

File size: 418 bytes
Line 
1ogreodecoreincludedir = $(includedir)/OgreOde_Core
2
3ogreodecoreinclude_HEADERS = \
4        OgreOdeBody.h \
5        OgreOdeCollision.h \
6        OgreOdeDebugObject.h \
7        OgreOdeEigenSolver.h \
8        OgreOdeEntityInformer.h \
9        OgreOdeFrameListener.h \
10        OgreOdeGeometry.h \
11        OgreOdeJoint.h \
12        OgreOdeMaintainedList.h \
13        OgreOdeMass.h \
14        OgreOdePreReqs.h \
15        OgreOdeSpace.h \
16        OgreOdeStepper.h \
17        OgreOdeUtility.h \
18        OgreOdeWorld.h \
19        OgreOde_Core.h
Note: See TracBrowser for help on using the repository browser.