]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/CMakeLists.txt
Merge branch 'next' into durk-atc
[flightgear.git] / src / ATC / CMakeLists.txt
index 43cb8d3b14ac41aaaea6ce3541eb30e247c61ae0..d7822c9873e63b0c23ba120806658c1798e7896b 100644 (file)
@@ -1,9 +1,9 @@
 include(FlightGearComponent)
 
 set(SOURCES
-       atcutils.cxx
-       atis.cxx
+       atis_mgr.cxx
+       atc_mgr.cxx
        trafficcontrol.cxx
        )
        
-flightgear_component(ATC "${SOURCES}")
\ No newline at end of file
+flightgear_component(ATC "${SOURCES}")