X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2FMakefile.am;h=8748cef1e7fac019c3f64950b083c8831188eefe;hb=0bce31ae9a80c571b9126427c093b8dc3d3f6820;hp=7ec05a3ad61bf39395754732650e0a59a43d20e1;hpb=20f0d3f83e660712f615e74b94b2214c1f2ad690;p=flightgear.git diff --git a/src/ATC/Makefile.am b/src/ATC/Makefile.am index 7ec05a3ad..8748cef1e 100644 --- a/src/ATC/Makefile.am +++ b/src/ATC/Makefile.am @@ -1,7 +1,8 @@ noinst_LIBRARIES = libATC.a libATC_a_SOURCES = \ - atis.cxx atis.hxx atislist.hxx atislist.cxx \ - ATCdisplay.hxx ATCdisplay.cxx + atcutils.cxx atcutils.hxx \ + atis.cxx atis.hxx \ + trafficcontrol.cxx trafficcontrol.hxx -INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src +INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src