]> git.mxchange.org Git - flightgear.git/blob - src/Navaids/Makefile.am
Refactor marker-beacons to be distinct from FGNavRecord. This is a big space
[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         awynet.hxx awynet.cxx \
9         navrecord.hxx navrecord.cxx \
10         navlist.hxx navlist.cxx \
11         positioned.hxx positioned.cxx \
12         markerbeacon.hxx markerbeacon.cxx
13
14 #
15 # testnavs_SOURCES = testnavs.cxx
16 # testnavs_LDADD = \
17 #       libNavaids.a \
18 #       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
19 #       -lsgstructure $(base_LIBS) -lz
20
21 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src