]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
- export font properties to the property tree again
[flightgear.git] / src / Airports / Makefile.am
index 63eecbb3307a2ceddf5b6b2b6c6835794e0f12ef..5cc6abe152199638f3510f7580d0b15679ec4429 100644 (file)
@@ -1,7 +1,22 @@
 noinst_LIBRARIES = libAirports.a
 
+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 \
+       trafficcontrol.cxx trafficcontrol.hxx \
+       dynamicloader.cxx dynamicloader.hxx \
+       runwayprefloader.cxx runwayprefloader.hxx \
+       xmlloader.cxx xmlloader.hxx 
+
+calc_loc_SOURCES = calc_loc.cxx
+calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
 
-INCLUDES += -I$(top_builddir) -I$(top_builddir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src