X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2FMakefile.am;h=d72f2bbc8f1b0a7a2c8bf23cad306513d591a5c0;hb=e6f9caa41ba1c7ceaeb0c1137419be2a97d8da1f;hp=1d6e1f4d60f5f7eda7bc565570fcc8fc4a35e3bf;hpb=348ac42c90e1d3534453be607c1ab23189f932c3;p=flightgear.git diff --git a/src/ATC/Makefile.am b/src/ATC/Makefile.am index 1d6e1f4d6..d72f2bbc8 100644 --- a/src/ATC/Makefile.am +++ b/src/ATC/Makefile.am @@ -2,10 +2,15 @@ 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 \ - atis.cxx atis.hxx \ - atislist.hxx atislist.cxx + ATCutils.hxx ATCutils.cxx \ + AIMgr.hxx AIMgr.cxx \ + AIEntity.hxx AIEntity.cxx \ + AILocalTraffic.hxx AILocalTraffic.cxx if OLD_AUTOMAKE INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src