From: daveluff Date: Wed, 4 Dec 2002 20:08:03 +0000 (+0000) Subject: Add ground.[ch]xx, groundlist.[ch]xx and ATCVoice.[ch]xx to Makefile.am X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bc3df74066bad4c48ad699032d80748cbfbd7269;p=flightgear.git Add ground.[ch]xx, groundlist.[ch]xx and ATCVoice.[ch]xx to Makefile.am --- diff --git a/src/ATC/Makefile.am b/src/ATC/Makefile.am index b2e9991eb..261e24ee7 100644 --- a/src/ATC/Makefile.am +++ b/src/ATC/Makefile.am @@ -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 \