X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2FMakefile.am;h=046428e83c9368c0b868c95070db296fca066dfc;hb=08ff6e2e2ef9debdcfd958b9c98457fda4c80388;hp=20424a7752146d59a4499be5ead5881c32ed92ef;hpb=619226e9d069d2a3e8ebf8658fb5441ca8a2c233;p=flightgear.git diff --git a/src/ATC/Makefile.am b/src/ATC/Makefile.am index 20424a775..046428e83 100644 --- a/src/ATC/Makefile.am +++ b/src/ATC/Makefile.am @@ -1,31 +1,7 @@ noinst_LIBRARIES = libATC.a -if USE_FESTIVAL -VOICE_SRC = voice.cxx voice.hxx -else -VOICE_SRC = -endif - 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 \ - AIGAVFRTraffic.hxx AIGAVFRTraffic.cxx \ - transmission.hxx transmission.cxx \ - transmissionlist.hxx transmissionlist.cxx \ - $(VOICE_SRC) + CommStation.cxx CommStation.hxx \ + trafficcontrol.cxx trafficcontrol.hxx INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src