Various other patches that have been lingering around for a while: * Moved trafficcontrol.[ch]xx from the Airports directory to ATC, where it really belongs. * AI aircraft will request startup clearance, and ground control will approve. * Starting AI Aircraft will be pushed back to a predefined holding point on the ground network, and wait a while before taxiing out to the runway
6 lines
138 B
Makefile
6 lines
138 B
Makefile
noinst_LIBRARIES = libATC.a
|
|
|
|
libATC_a_SOURCES = \
|
|
trafficcontrol.cxx trafficcontrol.hxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|