]> git.mxchange.org Git - flightgear.git/blob - src/Airports/Makefile.am
Add a lower-bound type navaid lookup, and the ability to specify navaid type in the...
[flightgear.git] / src / Airports / Makefile.am
1 noinst_LIBRARIES = libAirports.a
2
3 noinst_PROGRAMS = calc_loc
4
5 libAirports_a_SOURCES = \
6         apt_loader.cxx apt_loader.hxx \
7         runways.cxx runways.hxx \
8         simple.cxx simple.hxx
9
10 calc_loc_SOURCES = calc_loc.cxx
11 calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
12
13 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src