]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/Makefile.am
Automake build fixes for airways commit.
[flightgear.git] / src / Navaids / Makefile.am
index a1f38ed14b250e368f036d6e86b629527f6fe66f..30016afe3ef73e50ce8a2b493b1254b9f68bbf12 100644 (file)
@@ -5,11 +5,16 @@ noinst_LIBRARIES = libNavaids.a
 libNavaids_a_SOURCES = \
        navdb.hxx navdb.cxx \
        fix.hxx fixlist.hxx fixlist.cxx \
-       awynet.hxx awynet.cxx \
        navrecord.hxx navrecord.cxx \
        navlist.hxx navlist.cxx \
        positioned.hxx positioned.cxx \
-       markerbeacon.hxx markerbeacon.cxx
+       markerbeacon.hxx markerbeacon.cxx \
+       routePath.hxx routePath.cxx \
+       airways.hxx airways.cxx \
+       route.hxx route.cxx \
+       waypoint.hxx waypoint.cxx \
+       procedure.hxx procedure.cxx \
+       awynet.cxx awynet.hxx
 
 #
 # testnavs_SOURCES = testnavs.cxx