diff --git a/simgear/scene/material/Makefile.am b/simgear/scene/material/Makefile.am index 031e4214..9808bf2c 100644 --- a/simgear/scene/material/Makefile.am +++ b/simgear/scene/material/Makefile.am @@ -30,6 +30,6 @@ libsgmaterial_a_SOURCES = \ mat.cxx \ matlib.cxx \ matmodel.cxx \ - Noise.cxx + Noise.cxx Noise.hxx INCLUDES = -I$(top_srcdir) diff --git a/simgear/scene/model/Makefile.am b/simgear/scene/model/Makefile.am index e5fac33f..7a3f4cfa 100644 --- a/simgear/scene/model/Makefile.am +++ b/simgear/scene/model/Makefile.am @@ -27,6 +27,7 @@ include_HEADERS = \ libsgmodel_a_SOURCES = \ animation.cxx \ + BoundingVolumeBuildVisitor.hxx \ particles.cxx \ model.cxx \ modellib.cxx \