From: Frederic Bouvier Date: Mon, 25 Oct 2010 19:59:55 +0000 (+0200) Subject: Add mipmap.* to the unix build system X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7e2ad05fae416673c35690102da63f11d65554c1;p=simgear.git Add mipmap.* to the unix build system --- diff --git a/simgear/scene/material/Makefile.am b/simgear/scene/material/Makefile.am index 9808bf2c..2d468267 100644 --- a/simgear/scene/material/Makefile.am +++ b/simgear/scene/material/Makefile.am @@ -1,35 +1,37 @@ -includedir = @includedir@/scene/material - -lib_LIBRARIES = libsgmaterial.a - -noinst_HEADERS = - -include_HEADERS = \ - Effect.hxx \ - EffectBuilder.hxx \ - EffectCullVisitor.hxx \ - EffectGeode.hxx \ - GLPredicate.hxx \ - Pass.hxx \ - Technique.hxx \ - TextureBuilder.hxx \ - mat.hxx \ - matlib.hxx \ - matmodel.hxx - -libsgmaterial_a_SOURCES = \ - Effect.cxx \ - EffectBuilder.cxx \ - EffectCullVisitor.cxx \ - EffectGeode.cxx \ - GLPredicate.cxx \ - Pass.cxx \ - Technique.cxx \ - TextureBuilder.cxx \ - makeEffect.cxx \ - mat.cxx \ - matlib.cxx \ - matmodel.cxx \ - Noise.cxx Noise.hxx - -INCLUDES = -I$(top_srcdir) +includedir = @includedir@/scene/material + +lib_LIBRARIES = libsgmaterial.a + +noinst_HEADERS = + +include_HEADERS = \ + Effect.hxx \ + EffectBuilder.hxx \ + EffectCullVisitor.hxx \ + EffectGeode.hxx \ + GLPredicate.hxx \ + Pass.hxx \ + Technique.hxx \ + TextureBuilder.hxx \ + mat.hxx \ + matlib.hxx \ + matmodel.hxx \ + mipmap.hxx + +libsgmaterial_a_SOURCES = \ + Effect.cxx \ + EffectBuilder.cxx \ + EffectCullVisitor.cxx \ + EffectGeode.cxx \ + GLPredicate.cxx \ + Pass.cxx \ + Technique.cxx \ + TextureBuilder.cxx \ + makeEffect.cxx \ + mat.cxx \ + matlib.cxx \ + matmodel.cxx \ + mipmap.cxx \ + Noise.cxx Noise.hxx + +INCLUDES = -I$(top_srcdir)