]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/CMakeLists.txt
Reduce severity of a failure to create a marker beacon due to an unknown runway from...
[flightgear.git] / src / Navaids / CMakeLists.txt
index 05a999cb3c3a5ec325a4d89e01db521252f15abc..1d2919902d3881d86fdec739e0c07e858c5caa8a 100644 (file)
@@ -12,7 +12,8 @@ set(SOURCES
        route.cxx
        routePath.cxx
        waypoint.cxx
-       PositionedBinding.cxx
+    LevelDXML.cxx
+    FlightPlan.cxx
        )
 
 set(HEADERS
@@ -27,7 +28,8 @@ set(HEADERS
        route.hxx
        routePath.hxx
        waypoint.hxx
-       PositionedBinding.hxx
+    LevelDXML.hxx
+    FlightPlan.hxx
     )
 
 flightgear_component(Navaids "${SOURCES}" "${HEADERS}")
\ No newline at end of file