]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/Makefile.am
Merge branch 'next' of gitorious.org:fg/flightgear into next
[flightgear.git] / src / ATC / Makefile.am
index 8748cef1e7fac019c3f64950b083c8831188eefe..522a82033d1a5639c960d97790de2cff73db47c0 100644 (file)
@@ -1,8 +1,9 @@
 noinst_LIBRARIES = libATC.a
 
 libATC_a_SOURCES = \
-       atcutils.cxx atcutils.hxx \
-       atis.cxx atis.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