1
0
Fork 0

Satisfy some strict compilers by adding a number of libraries

This commit is contained in:
ehofman 2003-05-28 08:23:54 +00:00
parent dbeb3af2f6
commit 61cabd1871

View 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