]> git.mxchange.org Git - flightgear.git/commitdiff
Added two missing libraries needed by the new terrasync code.
authordurk <durk>
Sun, 12 Oct 2008 09:56:18 +0000 (09:56 +0000)
committerdurk <durk>
Sun, 12 Oct 2008 09:56:18 +0000 (09:56 +0000)
utils/TerraSync/Makefile.am

index 833a9a29fe44bd998de74df3373427b2c9657747..e4de6c3ab0b375f09a9cc3ecb0586ead1bdba3d9 100644 (file)
@@ -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)