]> git.mxchange.org Git - flightgear.git/blobdiff - Math/Makefile.am
Miscellaneous Tweaks.
[flightgear.git] / Math / Makefile.am
index be0a85ea28e516571df80e8c84c8a50ad809a3c1..ae8687a586c9d2b3d4d4599184ea93000efae1b8 100644 (file)
@@ -6,9 +6,10 @@ libMath_la_SOURCES = \
        MAT3inv.c \
        MAT3mat.c \
        MAT3vec.c \
-       fg_geodesy.c \
-       fg_random.c \
-       polar.c \
-       vector.c
+       fg_geodesy.c fg_geodesy.h \
+       fg_random.c fg_random.h \
+       mat3.h mat3defs.h mat3err.h \
+       polar.c polar.h \
+       vector.c vector.h
 
-INCLUDES += -I..
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib -I$(top_builddir)/Simulator