X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FATC%2FMakefile.am;h=046428e83c9368c0b868c95070db296fca066dfc;hb=08ff6e2e2ef9debdcfd958b9c98457fda4c80388;hp=1d6e1f4d60f5f7eda7bc565570fcc8fc4a35e3bf;hpb=348ac42c90e1d3534453be607c1ab23189f932c3;p=flightgear.git diff --git a/src/ATC/Makefile.am b/src/ATC/Makefile.am index 1d6e1f4d6..046428e83 100644 --- a/src/ATC/Makefile.am +++ b/src/ATC/Makefile.am @@ -1,14 +1,7 @@ noinst_LIBRARIES = libATC.a libATC_a_SOURCES = \ - ATC.hxx ATC.cxx \ - ATCdisplay.hxx ATCdisplay.cxx \ - ATCmgr.hxx ATCmgr.cxx \ - atis.cxx atis.hxx \ - atislist.hxx atislist.cxx + CommStation.cxx CommStation.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