]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/Makefile.am
Another clean-up iteration: FGAirportList::search is gone, replaced by two
[flightgear.git] / src / Airports / Makefile.am
index a87d26c49d2f9752a15cb541361bf924488eef15..73e3398ff7e8a13e5c4f99aec304a4c679cd63db 100644 (file)
@@ -16,6 +16,6 @@ libAirports_a_SOURCES = \
        xmlloader.cxx xmlloader.hxx 
 
 calc_loc_SOURCES = calc_loc.cxx
-calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lz $(base_LIBS)
+calc_loc_LDADD = -lsgmath -lsgdebug -lsgmisc -lsgstructure -lz $(base_LIBS)
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src