fix automake support (add missing file in BulletSoftBody)
This commit is contained in:
@@ -39,6 +39,10 @@
|
|||||||
/* Define to 1 if you have the <unistd.h> header file. */
|
/* Define to 1 if you have the <unistd.h> header file. */
|
||||||
#undef HAVE_UNISTD_H
|
#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. */
|
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
||||||
#undef NO_MINUS_C_MINUS_O
|
#undef NO_MINUS_C_MINUS_O
|
||||||
|
|
||||||
|
|||||||
@@ -351,6 +351,7 @@ libbulletdynamics_la_SOURCES = \
|
|||||||
BulletDynamics/Vehicle/btWheelInfo.h
|
BulletDynamics/Vehicle/btWheelInfo.h
|
||||||
|
|
||||||
libbulletsoftbody_la_SOURCES = \
|
libbulletsoftbody_la_SOURCES = \
|
||||||
|
BulletSoftBody/btDefaultSoftBodySolver.cpp \
|
||||||
BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp \
|
BulletSoftBody/btSoftBodyRigidBodyCollisionConfiguration.cpp \
|
||||||
BulletSoftBody/btSoftBody.cpp \
|
BulletSoftBody/btSoftBody.cpp \
|
||||||
BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp \
|
BulletSoftBody/btSoftRigidCollisionAlgorithm.cpp \
|
||||||
|
|||||||
Reference in New Issue
Block a user