]> git.mxchange.org Git - flightgear.git/blob - src/Airports/Makefile.am
initialize release_keys array
[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         runwayprefs.cxx runwayprefs.hxx \
10         parking.cxx parking.hxx \
11         gnnode.cxx gnnode.hxx \
12         groundnetwork.cxx groundnetwork.hxx \
13         dynamics.cxx dynamics.hxx \
14         trafficcontrol.cxx trafficcontrol.hxx \
15         dynamicloader.cxx dynamicloader.hxx \
16         runwayprefloader.cxx runwayprefloader.hxx \
17         xmlloader.cxx xmlloader.hxx 
18
19 calc_loc_SOURCES = calc_loc.cxx
20 calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
21
22 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src