X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2FMakefile.am;h=fa982678f39bd01a51e1ae660a288396b8b72995;hb=386aefe69358ce41a11c9afeb8f56e26758fe56b;hp=adee6d991ccb9b1b7ec7289f0b830f5688766cc1;hpb=d4d10fad6bcfee42c07a28782a04d3f39b17712d;p=flightgear.git diff --git a/src/Airports/Makefile.am b/src/Airports/Makefile.am index adee6d991..fa982678f 100644 --- a/src/Airports/Makefile.am +++ b/src/Airports/Makefile.am @@ -1,13 +1,24 @@ noinst_LIBRARIES = libAirports.a -noinst_PROGRAMS = buildsimple +noinst_PROGRAMS = calc_loc libAirports_a_SOURCES = \ - genapt.cxx genapt.hxx \ - simple.cxx simple.hxx + apt_loader.cxx apt_loader.hxx \ + runways.cxx runways.hxx \ + simple.cxx simple.hxx \ + runwayprefs.cxx runwayprefs.hxx \ + parking.cxx parking.hxx \ + gnnode.cxx gnnode.hxx \ + groundnetwork.cxx groundnetwork.hxx \ + dynamics.cxx dynamics.hxx \ + dynamicloader.cxx dynamicloader.hxx \ + sidstar.cxx sidstar.hxx \ + runwayprefloader.cxx runwayprefloader.hxx \ + xmlloader.cxx xmlloader.hxx \ + runwaybase.cxx runwaybase.hxx \ + pavement.cxx pavement.hxx + +calc_loc_SOURCES = calc_loc.cxx +calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lsgstructure -lz $(base_LIBS) -buildsimple_SOURCES = buildsimple.cxx - -buildsimple_LDADD = libAirports.a -lsgdebug -lsgmisc -lmk4 -lz - -INCLUDES += -I$(top_builddir) -I$(top_builddir)/src +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src