X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2FMakefile.am;h=522a82033d1a5639c960d97790de2cff73db47c0;hb=ed30b0c9a3818d5b8a306827184ac3525a1d8bdf;hp=d442cf8be572185ed9d0e9b33fc4722ea6e510d4;hpb=ecad8a206eb7fbb4164eebc33f563fb558831d67;p=flightgear.git diff --git a/src/ATC/Makefile.am b/src/ATC/Makefile.am index d442cf8be..522a82033 100644 --- a/src/ATC/Makefile.am +++ b/src/ATC/Makefile.am @@ -1,22 +1,9 @@ noinst_LIBRARIES = libATC.a libATC_a_SOURCES = \ - ATC.hxx ATC.cxx \ - atis.hxx atis.cxx \ - tower.hxx tower.cxx \ - approach.hxx approach.cxx \ - ground.hxx ground.cxx \ - commlist.hxx commlist.cxx \ - ATCDialog.hxx ATCDialog.cxx \ - ATCdisplay.hxx ATCdisplay.cxx \ - ATCVoice.hxx ATCVoice.cxx \ - ATCmgr.hxx ATCmgr.cxx \ - ATCutils.hxx ATCutils.cxx \ - ATCProjection.hxx ATCProjection.cxx \ - AIMgr.hxx AIMgr.cxx \ - AIEntity.hxx AIEntity.cxx \ - AIPlane.hxx AIPlane.cxx \ - AILocalTraffic.hxx AILocalTraffic.cxx \ - transmission.hxx transmission.cxx transmissionlist.hxx transmissionlist.cxx + 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