]> git.mxchange.org Git - flightgear.git/commitdiff
Several *list.[ch]xx files removed
authordaveluff <daveluff>
Mon, 10 Feb 2003 22:30:13 +0000 (22:30 +0000)
committerdaveluff <daveluff>
Mon, 10 Feb 2003 22:30:13 +0000 (22:30 +0000)
src/ATC/Makefile.am

index c176199ce866fd7f7a52043c2020fc3292476c6d..b8fc4a5914852ee0463601d33299700724d3e85f 100644 (file)
@@ -2,9 +2,9 @@ noinst_LIBRARIES = libATC.a
 
 libATC_a_SOURCES = \
        ATC.hxx ATC.cxx \
-       atis.hxx atis.cxx atislist.hxx atislist.cxx \
-       tower.hxx tower.cxx towerlist.hxx towerlist.cxx \
-       approach.hxx approach.cxx approachlist.hxx approachlist.cxx \
+       atis.hxx atis.cxx \
+       tower.hxx tower.cxx \
+       approach.hxx approach.cxx \
        ground.hxx ground.cxx \
        commlist.hxx commlist.cxx \
        ATCdisplay.hxx ATCdisplay.cxx \