From d8dec77d3f19d92cb9a89f93c13f10762f7dc657 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 24 Aug 1998 20:33:48 +0000 Subject: [PATCH] Renamed runfg.bat.in runfgfs.bat.in --- Main/Makefile.am | 10 +++++----- Main/{runfg.bat.in => runfgfs.bat.in} | 0 2 files changed, 5 insertions(+), 5 deletions(-) rename Main/{runfg.bat.in => runfgfs.bat.in} (100%) diff --git a/Main/Makefile.am b/Main/Makefile.am index af29a7f3d..d9fe4d691 100644 --- a/Main/Makefile.am +++ b/Main/Makefile.am @@ -17,13 +17,13 @@ if ENABLE_XMESA_FX DEFS += -DXMESA -DFX endif -EXTRA_DIST = runfg.in runfg.bat.in +EXTRA_DIST = runfgfs.in runfgfs.bat.in -bin_PROGRAMS = fg +bin_PROGRAMS = fgfs -bin_SCRIPTS = runfg runfg.bat +bin_SCRIPTS = runfgfs runfgfs.bat -fg_SOURCES = \ +fgfs_SOURCES = \ GLUTkey.cxx GLUTkey.hxx \ GLUTmain.cxx \ airports.cxx airports.hxx \ @@ -33,7 +33,7 @@ fg_SOURCES = \ splash.cxx splash.hxx \ views.cxx views.hxx -fg_LDADD = \ +fgfs_LDADD = \ $(top_builddir)/Simulator/Aircraft/libAircraft.a \ $(top_builddir)/Simulator/Astro/libAstro.a \ $(top_builddir)/Simulator/Autopilot/libAutopilot.a \ diff --git a/Main/runfg.bat.in b/Main/runfgfs.bat.in similarity index 100% rename from Main/runfg.bat.in rename to Main/runfgfs.bat.in -- 2.39.2