2008-07-13 12:51:06 +00:00
|
|
|
noinst_LIBRARIES = libATC.a
|
|
|
|
|
|
|
|
libATC_a_SOURCES = \
|
2010-12-29 18:52:39 +00:00
|
|
|
atis_mgr.cxx atis_mgr.hxx \
|
2011-04-03 15:58:16 +00:00
|
|
|
atcdialog.cxx atcdialog.hxx \
|
|
|
|
atc_mgr.cxx atc_mgr.hxx \
|
2008-07-13 12:51:06 +00:00
|
|
|
trafficcontrol.cxx trafficcontrol.hxx
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|