X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2FMakefile.am;h=d72f2bbc8f1b0a7a2c8bf23cad306513d591a5c0;hb=e6f9caa41ba1c7ceaeb0c1137419be2a97d8da1f;hp=7ec05a3ad61bf39395754732650e0a59a43d20e1;hpb=20f0d3f83e660712f615e74b94b2214c1f2ad690;p=flightgear.git diff --git a/src/ATC/Makefile.am b/src/ATC/Makefile.am index 7ec05a3ad..d72f2bbc8 100644 --- a/src/ATC/Makefile.am +++ b/src/ATC/Makefile.am @@ -1,7 +1,19 @@ 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 +else +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src +endif