]> git.mxchange.org Git - flightgear.git/blob - src/Navaids/Makefile.am
This set of changes impliments the following:
[flightgear.git] / src / Navaids / Makefile.am
1 noinst_LIBRARIES = libNavaids.a
2
3 # noinst_PROGRAMS = testnavs
4
5 libNavaids_a_SOURCES = \
6         navdb.hxx navdb.cxx \
7         fix.hxx fixlist.hxx fixlist.cxx \
8         nav.hxx navlist.hxx navlist.cxx \
9         navrecord.hxx
10
11 #       ils.hxx ilslist.hxx ilslist.cxx \
12 #       mkrbeacons.hxx mkrbeacons.cxx \
13
14 # testnavs_SOURCES = testnavs.cxx
15 # testnavs_LDADD = \
16 #       libNavaids.a \
17 #       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
18 #       $(base_LIBS) -lz
19
20 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src