]> git.mxchange.org Git - flightgear.git/commitdiff
Satisfy some strict compilers by adding a number of libraries
authorehofman <ehofman>
Wed, 28 May 2003 08:23:54 +0000 (08:23 +0000)
committerehofman <ehofman>
Wed, 28 May 2003 08:23:54 +0000 (08:23 +0000)
src/Airports/Makefile.am

index 4435e58885daabf49664bcb2bc97dd51885368d3..1a32318179685b50f9bd534efd4d5ff4a3426f53 100644 (file)
@@ -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