Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/ode/ode-0.9/include/ode/Makefile.am @ 216

Last change on this file since 216 was 216, checked in by mathiask, 16 years ago

[Physik] add ode-0.9

File size: 431 bytes
Line 
1libglitch_includedir = $(includedir)/ode
2libglitch_include_HEADERS =     collision_trimesh.h \
3                                mass.h \
4                                odecpp.h \
5                                common.h \
6                                matrix.h \
7                                odecpp_collision.h \
8                                compatibility.h \
9                                memory.h \
10                                contact.h \
11                                misc.h \
12                                odemath.h \
13                                collision.h \
14                                error.h \
15                                objects.h \
16                                rotation.h \
17                                collision_space.h \
18                                export-dif.h \
19                                ode.h  \
20                                timer.h \
21                                config.h
22
23EXTRA_DIST = config.h.in
Note: See TracBrowser for help on using the repository browser.