From f4f63978778e9d4e6279338f90c479639ed49a90 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 14 Sep 1998 13:49:42 +0000 Subject: [PATCH] Moved libAirports.a later in link order. --- Main/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Main/Makefile.am b/Main/Makefile.am index 4ffd1a282..7c5cf1d64 100644 --- a/Main/Makefile.am +++ b/Main/Makefile.am @@ -33,7 +33,6 @@ fgfs_SOURCES = \ fgfs_LDADD = \ $(top_builddir)/Simulator/Aircraft/libAircraft.a \ - $(top_builddir)/Simulator/Airports/libAirports.a \ $(top_builddir)/Simulator/Astro/libAstro.a \ $(top_builddir)/Simulator/Autopilot/libAutopilot.a \ $(top_builddir)/Simulator/Cockpit/libCockpit.a \ @@ -43,6 +42,7 @@ fgfs_LDADD = \ $(top_builddir)/Simulator/Flight/Slew/libSlew.a \ $(top_builddir)/Simulator/GUI/libGUI.a \ $(top_builddir)/Simulator/Scenery/libScenery.a \ + $(top_builddir)/Simulator/Airports/libAirports.a \ $(top_builddir)/Simulator/Objects/libObjects.a \ $(top_builddir)/Simulator/Time/libTime.a \ $(top_builddir)/Simulator/Weather/libWeather.a \ -- 2.39.2