From bc3df74066bad4c48ad699032d80748cbfbd7269 Mon Sep 17 00:00:00 2001 From: daveluff Date: Wed, 4 Dec 2002 20:08:03 +0000 Subject: [PATCH] Add ground.[ch]xx, groundlist.[ch]xx and ATCVoice.[ch]xx to Makefile.am --- src/ATC/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 \ -- 2.39.5