From 61cabd1871b462f3b3a860e09a43210e7545a68f Mon Sep 17 00:00:00 2001
From: ehofman <ehofman>
Date: Wed, 28 May 2003 08:23:54 +0000
Subject: [PATCH] Satisfy some strict compilers by adding a number of libraries

---
 src/Airports/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Airports/Makefile.am b/src/Airports/Makefile.am
index 4435e5888..1a3231817 100644
--- a/src/Airports/Makefile.am
+++ b/src/Airports/Makefile.am
@@ -13,6 +13,6 @@ genrunways_SOURCES = genrunways.cxx
 genrunways_LDADD = libAirports.a -lsgdebug -lsgmisc -lsgxml -lmk4 -lz
 
 calc_loc_SOURCES = calc_loc.cxx
-calc_loc_LDADD = -lsgmath
+calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src