From: frohlich Date: Sun, 1 Mar 2009 12:36:54 +0000 (+0000) Subject: Include the bounding volume tree on the build system. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4e3460a34bada6b388641fed327ac52b05943a4d;p=simgear.git Include the bounding volume tree on the build system. Modified Files: configure.ac simgear/scene/Makefile.am --- diff --git a/configure.ac b/configure.ac index 08b07ab4..9c94fc12 100644 --- a/configure.ac +++ b/configure.ac @@ -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 \ diff --git a/simgear/scene/Makefile.am b/simgear/scene/Makefile.am index ff99d550..1b89b236 100644 --- a/simgear/scene/Makefile.am +++ b/simgear/scene/Makefile.am @@ -1,6 +1,6 @@ includedir = @includedir@/scene -SUBDIRS = material model sky tgdb util +SUBDIRS = bvh material model sky tgdb util # lib_LIBRARIES = libsgscene.a