Added shared library support to autoconf build.

Cleanups to autoconf makefile hierarchy
Fixes to bullet package config
This commit is contained in:
john.mccutchan
2009-01-26 21:42:34 +00:00
parent d0278d9cd1
commit bb07d68c32
5 changed files with 237 additions and 14 deletions

5
Demos/Makefile.am Normal file
View File

@@ -0,0 +1,5 @@
if CONDITIONAL_BUILD_MULTITHREADED
SUBDIRS=OpenGL BasicDemo TerrainDemo VehicleDemo CcdPhysicsDemo ColladaDemo MultiThreadedDemo SoftDemo AllBulletDemos
else
SUBDIRS=OpenGL BasicDemo TerrainDemo VehicleDemo CcdPhysicsDemo ColladaDemo SoftDemo AllBulletDemos
endif