X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FATC%2FMakefile.am;h=8748cef1e7fac019c3f64950b083c8831188eefe;hb=0bce31ae9a80c571b9126427c093b8dc3d3f6820;hp=0c61ac5b12b44cddfc1749573e4dbdcd62c41fa2;hpb=1fa4c88d0e6e5654bcd6e9738ebf4af6dc0bba50;p=flightgear.git diff --git a/src/ATC/Makefile.am b/src/ATC/Makefile.am index 0c61ac5b1..8748cef1e 100644 --- a/src/ATC/Makefile.am +++ b/src/ATC/Makefile.am @@ -1,11 +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 -if OLD_AUTOMAKE -INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src -else INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src -endif