From aa9c7d5435c0a1b02a063e98a614971f45d79e9b Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 16 Feb 2010 20:02:43 +0000 Subject: [PATCH] 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) -- 2.39.5