From: curt Date: Tue, 16 Feb 2010 20:02:43 +0000 (+0000) Subject: Add a missing .hxx file for "make dist" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aa9c7d5435c0a1b02a063e98a614971f45d79e9b;p=simgear.git Add a missing .hxx file for "make dist" --- 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)