]> git.mxchange.org Git - simgear.git/commitdiff
Add a missing .hxx file for "make dist"
authorcurt <curt>
Tue, 16 Feb 2010 20:02:43 +0000 (20:02 +0000)
committerTim Moore <timoore33@gmail.com>
Wed, 17 Feb 2010 06:20:19 +0000 (07:20 +0100)
simgear/scene/material/Makefile.am

index 031e42148991e64348bacf46a1e13eb6757edee7..9808bf2ce6fcab8ac4650c5425abc11146fd0ce0 100644 (file)
@@ -30,6 +30,6 @@ libsgmaterial_a_SOURCES = \
        mat.cxx \
        matlib.cxx \
        matmodel.cxx \
-       Noise.cxx
+       Noise.cxx Noise.hxx
 
 INCLUDES = -I$(top_srcdir)