]> git.mxchange.org Git - flightgear.git/blobdiff - Math/Makefile.am
polar3d.[ch] renamed to polar3d.[ch]xx, vector.[ch] renamed to vector.[ch]xx
[flightgear.git] / Math / Makefile.am
index 01af4fd34307b506e9f39e57c7e1b90e6a945785..a0fc42f09ca9b6e5a001c2637af0af2e0f9498ed 100644 (file)
@@ -8,8 +8,9 @@ libMath_la_SOURCES = \
        MAT3vec.c \
        fg_geodesy.c fg_geodesy.h \
        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..
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator