]> git.mxchange.org Git - flightgear.git/blob - src/Navaids/Makefile.am
Move navaids and fixes out of "global" name space into the FGGlobals
[flightgear.git] / src / Navaids / Makefile.am
1 noinst_LIBRARIES = libNavaids.a
2
3 # noinst_PROGRAMS = testnavs
4
5 libNavaids_a_SOURCES = \
6         fix.hxx fixlist.hxx fixlist.cxx \
7         ils.hxx ilslist.hxx ilslist.cxx \
8         mkrbeacons.hxx mkrbeacons.cxx \
9         nav.hxx navlist.hxx navlist.cxx \
10         navrecord.hxx
11
12 # testnavs_SOURCES = testnavs.cxx
13 # testnavs_LDADD = \
14 #       libNavaids.a \
15 #       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
16 #       $(base_LIBS) -lz
17
18 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src