]> git.mxchange.org Git - flightgear.git/blob - src/ATC/Makefile.am
A bunch of reorg and clean up of the KR 87 (adf) code including some
[flightgear.git] / src / ATC / Makefile.am
1 noinst_LIBRARIES = libATC.a
2
3 libATC_a_SOURCES = \
4         ATC.hxx ATC.cxx \
5         atis.hxx atis.cxx atislist.hxx atislist.cxx \
6         tower.hxx tower.cxx towerlist.hxx towerlist.cxx \
7         approach.hxx approach.cxx approachlist.hxx approachlist.cxx \
8         ATCdisplay.hxx ATCdisplay.cxx \
9         ATCmgr.hxx ATCmgr.cxx \
10         ATCutils.hxx ATCutils.cxx \
11         AIMgr.hxx AIMgr.cxx \
12         AIEntity.hxx AIEntity.cxx \
13         AILocalTraffic.hxx AILocalTraffic.cxx
14
15 if OLD_AUTOMAKE
16 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
17 else
18 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
19 endif