]> git.mxchange.org Git - flightgear.git/blob - Math/Makefile.am
be0a85ea28e516571df80e8c84c8a50ad809a3c1
[flightgear.git] / Math / Makefile.am
1 libdir  = ${exec_prefix}/lib
2
3 lib_LTLIBRARIES = libMath.la
4 libMath_la_SOURCES = \
5         MAT3geom.c \
6         MAT3inv.c \
7         MAT3mat.c \
8         MAT3vec.c \
9         fg_geodesy.c \
10         fg_random.c \
11         polar.c \
12         vector.c
13
14 INCLUDES += -I..