From aa9c7d5435c0a1b02a063e98a614971f45d79e9b Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 16 Feb 2010 20:02:43 +0000 Subject: [PATCH 1/2] Add a missing .hxx file for "make dist" --- simgear/scene/material/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) From ff95af03671d4b43c252ad4f19ccf8d76098c9ca Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 16 Feb 2010 20:04:42 +0000 Subject: [PATCH 2/2] 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 \