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