fix automake support (add missing file in BulletSoftBody)

This commit is contained in:
erwin.coumans
2010-07-21 23:24:19 +00:00
parent 7a519da691
commit 7e9a1785c8
2 changed files with 5 additions and 0 deletions

View File

@@ -39,6 +39,10 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#undef LT_OBJDIR
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O

View File

@@ -351,6 +351,7 @@ libbulletdynamics_la_SOURCES = \
BulletDynamics/Vehicle/btWheelInfo.h
libbulletsoftbody_la_SOURCES = \
BulletSoftBody/btDefaultSoftBodySolver.cpp \
BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp \
BulletSoftBody/btSoftBody.cpp \
BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp \