From 7e9a1785c80340c3ccd7758c2a472ac4d81245e0 Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Wed, 21 Jul 2010 23:24:19 +0000 Subject: [PATCH] fix automake support (add missing file in BulletSoftBody) --- config.h.in | 4 ++++ src/Makefile.am | 1 + 2 files changed, 5 insertions(+) diff --git a/config.h.in b/config.h.in index c444a0bbb..5f6908192 100644 --- a/config.h.in +++ b/config.h.in @@ -39,6 +39,10 @@ /* Define to 1 if you have the 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 diff --git a/src/Makefile.am b/src/Makefile.am index 3a01aaf97..94dcb576f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 \