From: durk Date: Sun, 12 Oct 2008 09:56:18 +0000 (+0000) Subject: Added two missing libraries needed by the new terrasync code. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30cf69fe6d51738a2b00fe1adcc06a1e1cbfac46;p=flightgear.git Added two missing libraries needed by the new terrasync code. --- diff --git a/utils/TerraSync/Makefile.am b/utils/TerraSync/Makefile.am index 833a9a29f..e4de6c3ab 100644 --- a/utils/TerraSync/Makefile.am +++ b/utils/TerraSync/Makefile.am @@ -4,4 +4,4 @@ bin_PROGRAMS = terrasync terrasync_SOURCES = terrasync.cxx -terrasync_LDADD = -lplibnet -lplibul $(network_LIBS) +terrasync_LDADD = -lplibnet -lplibul -lsgmisc -lsgdebug $(network_LIBS)