]> git.mxchange.org Git - flightgear.git/blob - src/ATC/Makefile.am
Merge branch 'next' of gitorious.org:fg/flightgear into next
[flightgear.git] / src / ATC / Makefile.am
1 noinst_LIBRARIES = libATC.a
2
3 libATC_a_SOURCES = \
4         atcdialog.cxx atcdialog.hxx \
5         atc_mgr.cxx atc_mgr.hxx \
6         CommStation.cxx CommStation.hxx \
7         trafficcontrol.cxx trafficcontrol.hxx 
8
9 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src