Include the bounding volume tree on the build system.
Modified Files: configure.ac simgear/scene/Makefile.am
This commit is contained in:
parent
8545b6ce6b
commit
4e3460a34b
@ -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,6 +1,6 @@
|
||||
includedir = @includedir@/scene
|
||||
|
||||
SUBDIRS = material model sky tgdb util
|
||||
SUBDIRS = bvh material model sky tgdb util
|
||||
|
||||
# lib_LIBRARIES = libsgscene.a
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user