]> git.mxchange.org Git - flightgear.git/blob - src/ATC/Makefile.am
Changes to match simgear changes which allow overriding the current
[flightgear.git] / src / ATC / Makefile.am
1 noinst_LIBRARIES = libATC.a
2
3 libATC_a_SOURCES = \
4         atis.cxx atis.hxx atislist.hxx atislist.cxx \
5         ATCdisplay.hxx ATCdisplay.cxx
6
7 if OLD_AUTOMAKE
8 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
9 else
10 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
11 endif