]> git.mxchange.org Git - simgear.git/commitdiff
Include the bounding volume tree on the build system.
authorfrohlich <frohlich>
Sun, 1 Mar 2009 12:36:54 +0000 (12:36 +0000)
committerTim Moore <timoore@redhat.com>
Thu, 5 Mar 2009 09:32:05 +0000 (10:32 +0100)
Modified Files:
  configure.ac simgear/scene/Makefile.am

configure.ac
simgear/scene/Makefile.am

index 08b07ab45ba8d2790594afb262f4e357f46c4199..9c94fc12441c3a2201987d991ba739eca1f39806 100644 (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 \
index ff99d550932865ba44ed50495450900683a0a6c8..1b89b236692b49886168d4c4ac57fa3a71b3d52d 100644 (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