From: Csaba Halasz Date: Wed, 7 Sep 2011 20:14:36 +0000 (+0200) Subject: autotools build updated with sgthreads library X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=938d4f3752515d46a1966500edeb2581993c9c07;p=flightgear.git autotools build updated with sgthreads library --- diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index 65d2ccd3b..48ed32eef 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -113,7 +113,7 @@ fgfs_LDADD = \ -lsgroute -lsgsky -lsgsound -lsgephem -lsgtgdb -lsgmodel -lsgbvh \ -lsgmaterial -lsgutil -lsgtiming -lsgio -lsgscreen -lsgmath -lsgbucket \ -lsgprops -lsgdebug -lsgmagvar -lsgmisc -lsgnasal -lsgxml -lsgsound \ - -lsgserial -lsgstructure -lsgenvironment -lsgtsync\ + -lsgserial -lsgstructure -lsgenvironment -lsgtsync -lsgthreads \ $(fgfs_PLIB_LIBS) \ $(OSG_LIBS) \ $(thread_LIBS) \ diff --git a/utils/GPSsmooth/Makefile.am b/utils/GPSsmooth/Makefile.am index b3c7ee6b4..ccd7451ee 100644 --- a/utils/GPSsmooth/Makefile.am +++ b/utils/GPSsmooth/Makefile.am @@ -16,7 +16,7 @@ GPSsmooth_SOURCES = \ gps_main.cxx GPSsmooth_LDADD = \ - $(GPSsmooth_PLIB_LIBS) -lsgio -lsgtiming -lsgmisc -lsgdebug -lsgstructure \ + $(GPSsmooth_PLIB_LIBS) -lsgio -lsgtiming -lsgmisc -lsgdebug -lsgstructure -lsgthreads \ $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz MIDGsmooth_SOURCES = \ @@ -25,7 +25,7 @@ MIDGsmooth_SOURCES = \ MIDGsmooth_LDADD = \ $(MIDGsmooth_PLIB_LIBS) -lsgio -lsgserial -lsgtiming \ - -lsgmath -lsgbucket -lsgmisc -lsgdebug -lsgstructure \ + -lsgmath -lsgbucket -lsgmisc -lsgdebug -lsgstructure -lsgthreads \ $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz UGsmooth_SOURCES = \ @@ -37,7 +37,7 @@ UGsmooth_SOURCES = \ UGsmooth_LDADD = \ $(UGsmooth_PLIB_LIBS) -lsgio -lsgserial -lsgtiming \ - -lsgmath -lsgbucket -lsgmisc -lsgdebug -lsgstructure \ + -lsgmath -lsgbucket -lsgmisc -lsgdebug -lsgstructure -lsgthreads \ $(joystick_LIBS) $(network_LIBS) $(base_LIBS) -lz INCLUDES = -I$(top_srcdir)/src diff --git a/utils/TerraSync/Makefile.am b/utils/TerraSync/Makefile.am index 3932be524..ea3d29f51 100644 --- a/utils/TerraSync/Makefile.am +++ b/utils/TerraSync/Makefile.am @@ -6,4 +6,4 @@ terrasync_SOURCES = terrasync.cxx AM_CPPFLAGS = $(svn_CPPFLAGS) -terrasync_LDADD = -lsgio -lsgstructure -lsgmisc -lsgdebug $(network_LIBS) $(svn_LIBS) +terrasync_LDADD = -lsgio -lsgstructure -lsgmisc -lsgdebug -lsgthreads $(network_LIBS) $(svn_LIBS) diff --git a/utils/fgviewer/Makefile.am b/utils/fgviewer/Makefile.am index 1932bb8fd..56a367971 100644 --- a/utils/fgviewer/Makefile.am +++ b/utils/fgviewer/Makefile.am @@ -19,5 +19,5 @@ endif fgviewer_SOURCES = fgviewer.cxx fgviewer_LDADD = \ -lsgtgdb -lsgmaterial -lsgmodel -lsgbvh -lsgutil -lsgio -lsgbucket \ - -lsgmath -lsgprops -lsgdebug -lsgmisc -lsgxml -lsgstructure \ + -lsgmath -lsgprops -lsgdebug -lsgmisc -lsgxml -lsgstructure -lsgthreads \ $(fgviewer_PLIB_LIBS) $(OSG_LIBS) $(opengl_LIBS) $(thread_LIBS) -lz