]> git.mxchange.org Git - flightgear.git/blob - src/Navaids/Makefile.am
#346 related: missing status message for property server
[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 navrecord.cxx \
9         navlist.hxx navlist.cxx \
10         positioned.hxx positioned.cxx \
11         markerbeacon.hxx markerbeacon.cxx \
12         routePath.hxx routePath.cxx \
13         airways.hxx airways.cxx \
14         route.hxx route.cxx \
15         waypoint.hxx waypoint.cxx \
16         procedure.hxx procedure.cxx \
17         PositionedBinding.hxx PositionedBinding.cxx
18
19 #
20 # testnavs_SOURCES = testnavs.cxx
21 # testnavs_LDADD = \
22 #       libNavaids.a \
23 #       -lsgtiming -lsgmath -lsgmisc -lsgdebug -lsgmagvar -lsgxml \
24 #       -lsgstructure $(base_LIBS) -lz
25
26 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src