8 lines
188 B
Makefile
8 lines
188 B
Makefile
noinst_LIBRARIES = libATC.a
|
|
|
|
libATC_a_SOURCES = \
|
|
atcutils.cxx atcutils.hxx \
|
|
atis.cxx atis.hxx \
|
|
trafficcontrol.cxx trafficcontrol.hxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|