X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2FMakefile.am;h=d72f2bbc8f1b0a7a2c8bf23cad306513d591a5c0;hb=e6f9caa41ba1c7ceaeb0c1137419be2a97d8da1f;hp=0c61ac5b12b44cddfc1749573e4dbdcd62c41fa2;hpb=1fa4c88d0e6e5654bcd6e9738ebf4af6dc0bba50;p=flightgear.git diff --git a/src/ATC/Makefile.am b/src/ATC/Makefile.am index 0c61ac5b1..d72f2bbc8 100644 --- a/src/ATC/Makefile.am +++ b/src/ATC/Makefile.am @@ -1,8 +1,16 @@ noinst_LIBRARIES = libATC.a libATC_a_SOURCES = \ - atis.cxx atis.hxx atislist.hxx atislist.cxx \ - ATCdisplay.hxx ATCdisplay.cxx + 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 if OLD_AUTOMAKE INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src