From ff95af03671d4b43c252ad4f19ccf8d76098c9ca Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 16 Feb 2010 20:04:42 +0000 Subject: [PATCH] Add a missing source file so it will be included with "make dist". --- simgear/scene/model/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.39.5