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