Include the bounding volume tree on the build system.

Modified Files:
 	configure.ac simgear/scene/Makefile.am
This commit is contained in:
frohlich 2009-03-01 12:36:54 +00:00 committed by Tim Moore
parent 8545b6ce6b
commit 4e3460a34b
2 changed files with 2 additions and 1 deletions

View File

@ -480,6 +480,7 @@ AC_CONFIG_FILES([ \
simgear/props/Makefile \
simgear/route/Makefile \
simgear/scene/Makefile \
simgear/scene/bvh/Makefile \
simgear/scene/material/Makefile \
simgear/scene/model/Makefile \
simgear/scene/sky/Makefile \

View File

@ -1,6 +1,6 @@
includedir = @includedir@/scene
SUBDIRS = material model sky tgdb util
SUBDIRS = bvh material model sky tgdb util
# lib_LIBRARIES = libsgscene.a