]> git.mxchange.org Git - flightgear.git/commitdiff
Add ground.[ch]xx, groundlist.[ch]xx and ATCVoice.[ch]xx to Makefile.am
authordaveluff <daveluff>
Wed, 4 Dec 2002 20:08:03 +0000 (20:08 +0000)
committerdaveluff <daveluff>
Wed, 4 Dec 2002 20:08:03 +0000 (20:08 +0000)
src/ATC/Makefile.am

index b2e9991eb77280d027ce47e94619afb6ef766f4a..261e24ee76f547d68c1ad533993b58f65b51c44d 100644 (file)
@@ -5,7 +5,9 @@ libATC_a_SOURCES = \
        atis.hxx atis.cxx atislist.hxx atislist.cxx \
        tower.hxx tower.cxx towerlist.hxx towerlist.cxx \
        approach.hxx approach.cxx approachlist.hxx approachlist.cxx \
+       ground.hxx ground.cxx groundlist.hxx groundlist.cxx \
        ATCdisplay.hxx ATCdisplay.cxx \
+       ATCVoice.hxx ATCVoice.cxx \
        ATCmgr.hxx ATCmgr.cxx \
        ATCutils.hxx ATCutils.cxx \
        ATCProjection.hxx ATCProjection.cxx \