X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fmath%2FMakefile.am;h=466bb790723cf20be2fea7cc202e881821793f91;hb=578af00b0d48100c540154f54293a1b77a0655fe;hp=75bec30e1b50bfba3a4f89adde408d4cd929ed48;hpb=600726976c2513cac582538bf4cb8e4a569e4010;p=simgear.git diff --git a/simgear/math/Makefile.am b/simgear/math/Makefile.am index 75bec30e..466bb790 100644 --- a/simgear/math/Makefile.am +++ b/simgear/math/Makefile.am @@ -4,10 +4,10 @@ check_PROGRAMS = SGMathTest SGGeometryTest TESTS = $(check_PROGRAMS) SGMathTest_SOURCES = SGMathTest.cxx -SGMathTest_LDADD = libsgmath.a $(base_LIBS) +SGMathTest_LDADD = libsgmath.a -lsgstructure $(base_LIBS) SGGeometryTest_SOURCES = SGGeometryTest.cxx -SGGeometryTest_LDADD = libsgmath.a $(base_LIBS) +SGGeometryTest_LDADD = libsgmath.a -lsgstructure $(base_LIBS) lib_LIBRARIES = libsgmath.a @@ -20,6 +20,7 @@ include_HEADERS = \ sg_random.h \ sg_types.hxx \ vector.hxx \ + Math.hxx \ SGBox.hxx \ SGCMath.hxx \ SGGeoc.hxx \ @@ -41,7 +42,8 @@ include_HEADERS = \ SGTriangle.hxx \ SGVec2.hxx \ SGVec3.hxx \ - SGVec4.hxx + SGVec4.hxx \ + beziercurve.hxx libsgmath_a_SOURCES = \ interpolater.cxx \