]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/Makefile.am
functional radio signal attenuation
[flightgear.git] / src / ATC / Makefile.am
index e3e52273733eb1f3572eaa67bff2936176d92235..522a82033d1a5639c960d97790de2cff73db47c0 100644 (file)
@@ -1,7 +1,9 @@
 noinst_LIBRARIES = libATC.a
 
 libATC_a_SOURCES = \
-       atis_mgr.cxx atis_mgr.hxx \
+       atcdialog.cxx atcdialog.hxx \
+       atc_mgr.cxx atc_mgr.hxx \
+       CommStation.cxx CommStation.hxx \
        trafficcontrol.cxx trafficcontrol.hxx 
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src