From: curt Date: Fri, 1 Jun 2001 17:51:20 +0000 (+0000) Subject: - added fg_commands.cxx and fg_commands.hxx X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ca22e9f4224153f01ddffe626aa4c86b68c24962;p=flightgear.git - added fg_commands.cxx and fg_commands.hxx --- diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index 6ec4a21f9..3e5a1db5f 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -42,6 +42,7 @@ bin_SCRIPTS = runfgfs fgfs_SOURCES = \ main.cxx \ bfi.cxx bfi.hxx \ + fg_commands.cxx fg_commands.hxx \ fg_init.cxx fg_init.hxx \ fg_io.cxx fg_io.hxx \ fg_props.cxx fg_props.hxx \