]> git.mxchange.org Git - simgear.git/blobdiff - Math/Makefile.am
Added point3d.hxx to replace cheezy fgPoint3d struct.
[simgear.git] / Math / Makefile.am
index 6d743e929521481a0a87abbfd05ae89c9532f112..dc84c65d275f176d944380f2eb19e351394bd98d 100644 (file)
@@ -1,7 +1,6 @@
-libdir = ${exec_prefix}/lib
+noinst_LIBRARIES = libMath.a
 
-lib_LTLIBRARIES = libMath.la
-libMath_la_SOURCES = \
+libMath_a_SOURCES = \
        MAT3geom.c \
        MAT3inv.c \
        MAT3mat.c \
@@ -10,7 +9,7 @@ libMath_la_SOURCES = \
        fg_random.c fg_random.h \
        interpolater.cxx interpolater.hxx \
        mat3.h mat3defs.h mat3err.h \
-       polar.c polar.h \
-       vector.c vector.h
+       polar3d.cxx polar3d.hxx \
+       vector.cxx vector.hxx
 
 INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator