X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2FMakefile.am;h=046428e83c9368c0b868c95070db296fca066dfc;hb=08ff6e2e2ef9debdcfd958b9c98457fda4c80388;hp=2128a6f89c9ed09daf419a03f085403e8cb5fb5f;hpb=4f00d9a95928b179c5c8b2c3c6786a1c71e88531;p=flightgear.git diff --git a/src/ATC/Makefile.am b/src/ATC/Makefile.am index 2128a6f89..046428e83 100644 --- a/src/ATC/Makefile.am +++ b/src/ATC/Makefile.am @@ -1,15 +1,7 @@ noinst_LIBRARIES = libATC.a libATC_a_SOURCES = \ - ATC.hxx ATC.cxx \ - atis.hxx atis.cxx atislist.hxx atislist.cxx \ - tower.hxx tower.cxx towerlist.hxx towerlist.cxx \ - approach.hxx approach.cxx approachlist.hxx approachlist.cxx \ - ATCdisplay.hxx ATCdisplay.cxx \ - ATCmgr.hxx ATCmgr.cxx \ - ATCutils.hxx ATCutils.cxx \ - AIMgr.hxx AIMgr.cxx \ - AIEntity.hxx AIEntity.cxx \ - AILocalTraffic.hxx AILocalTraffic.cxx + CommStation.cxx CommStation.hxx \ + trafficcontrol.cxx trafficcontrol.hxx INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src