X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fscene%2Fmodel%2FMakefile.am;h=e5fac33f3f2cdebce359e485e99c54c959fc2250;hb=c4116da564db28b56e3d3872c5cf2233cf4d5d14;hp=acdd4716368e3f1d69698541906491d8ffe929f5;hpb=6e42bc55e04417107d6c09171986efe68abff6cd;p=simgear.git diff --git a/simgear/scene/model/Makefile.am b/simgear/scene/model/Makefile.am index acdd4716..e5fac33f 100644 --- a/simgear/scene/model/Makefile.am +++ b/simgear/scene/model/Makefile.am @@ -6,27 +6,44 @@ noinst_HEADERS = include_HEADERS = \ animation.hxx \ - custtrans.hxx \ - location.hxx \ + particles.hxx \ model.hxx \ modellib.hxx \ - personality.hxx \ + ModelRegistry.hxx \ persparam.hxx \ placement.hxx \ - placementtrans.hxx \ - shadowvolume.hxx + CheckSceneryVisitor.hxx \ + SGClipGroup.hxx \ + SGInteractionAnimation.hxx \ + SGMaterialAnimation.hxx \ + SGOffsetTransform.hxx \ + SGPagedLOD.hxx \ + SGReaderWriterXML.hxx \ + SGReaderWriterXMLOptions.hxx \ + SGRotateTransform.hxx \ + SGScaleTransform.hxx \ + SGTranslateTransform.hxx \ + SGText.hxx libsgmodel_a_SOURCES = \ animation.cxx \ - custtrans.cxx \ - location.cxx \ + particles.cxx \ model.cxx \ modellib.cxx \ - personality.cxx \ + ModelRegistry.cxx \ persparam.cxx \ placement.cxx \ - placementtrans.cxx \ - shadowvolume.cxx \ - shadanim.cxx + shadanim.cxx \ + CheckSceneryVisitor.cxx \ + SGClipGroup.cxx \ + SGInteractionAnimation.cxx \ + SGMaterialAnimation.cxx \ + SGOffsetTransform.cxx \ + SGPagedLOD.cxx \ + SGReaderWriterXML.cxx \ + SGRotateTransform.cxx \ + SGScaleTransform.cxx \ + SGTranslateTransform.cxx \ + SGText.cxx INCLUDES = -I$(top_srcdir)