From: curt Date: Thu, 22 Oct 1998 21:59:44 +0000 (+0000) Subject: Added point3d.hxx to the list of source files. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2aea6362db4e1fe58ab933e5a49069e58dfacea5;p=simgear.git Added point3d.hxx to the list of source files. --- diff --git a/Math/Makefile.am b/Math/Makefile.am index 3e2bf95a..e6654827 100644 --- a/Math/Makefile.am +++ b/Math/Makefile.am @@ -9,6 +9,7 @@ libMath_a_SOURCES = \ fg_random.c fg_random.h \ interpolater.cxx interpolater.hxx \ mat3.h mat3defs.h mat3err.h \ + point3d.hxx \ polar3d.cxx polar3d.hxx \ vector.cxx vector.hxx