]> git.mxchange.org Git - flightgear.git/blob - src/ATC/Makefile.am
adding changed files for previous commit.
[flightgear.git] / src / ATC / Makefile.am
1 noinst_LIBRARIES = libATC.a
2
3 libATC_a_SOURCES = \
4         atis_mgr.cxx atis_mgr.hxx \
5         atcdialog.cxx atcdialog.hxx \
6         atc_mgr.cxx atc_mgr.hxx \
7         trafficcontrol.cxx trafficcontrol.hxx 
8
9 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src