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-05 10:32:05 +01:00
committed by Tim Moore
parent 8545b6ce6b
commit 4e3460a34b
2 changed files with 2 additions and 1 deletions
+1
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 \
+1 -1
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