From: curt Date: Tue, 16 Feb 2010 20:04:42 +0000 (+0000) Subject: Add a missing source file so it will be included with "make dist". X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ff95af03671d4b43c252ad4f19ccf8d76098c9ca;p=simgear.git Add a missing source file so it will be included with "make dist". --- 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 \