]> git.mxchange.org Git - flightgear.git/blob - src/Airports/Makefile.am
Lots of changes to the ATC/AI system for initial revision of random AI GA VFR traffic
[flightgear.git] / src / Airports / Makefile.am
1 noinst_LIBRARIES = libAirports.a
2
3 noinst_PROGRAMS = calc_loc
4
5 libAirports_a_SOURCES = \
6         runways.cxx runways.hxx \
7         simple.cxx simple.hxx
8
9 calc_loc_SOURCES = calc_loc.cxx
10 calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
11
12 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src