]> git.mxchange.org Git - flightgear.git/blob - src/Navaids/Makefile.am
Fix line endings
[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         navrecord.hxx navlist.hxx navlist.cxx
9
10 #       ils.hxx ilslist.hxx ilslist.cxx \
11 #       mkrbeacons.hxx mkrbeacons.cxx 
12 #
13 # testnavs_SOURCES = testnavs.cxx
14 # testnavs_LDADD = \
15 #       libNavaids.a \
16 #       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
17 #       -lsgstructure $(base_LIBS) -lz
18
19 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src