]> git.mxchange.org Git - flightgear.git/commitdiff
autotools build updated with sgthreads library
authorCsaba Halasz <Csaba.Halasz@gmail.com>
Wed, 7 Sep 2011 20:14:36 +0000 (22:14 +0200)
committerCsaba Halasz <Csaba.Halasz@gmail.com>
Wed, 7 Sep 2011 20:14:36 +0000 (22:14 +0200)
src/Main/Makefile.am
utils/GPSsmooth/Makefile.am
utils/TerraSync/Makefile.am
utils/fgviewer/Makefile.am

index 65d2ccd3bd0a148a9770243758bfec5deb79eca1..48ed32eeffb0c8c544940d2250c60d45bc421ee8 100644 (file)
@@ -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) \
index b3c7ee6b4b186428b3a273048674bb54cd4f1fd2..ccd7451eef6f7c008e22bf05a4c677b0786685be 100644 (file)
@@ -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
index 3932be5243f6802df35f7d2fd6545b06fc89d539..ea3d29f5159f26126fe64b5f083b85cbb96b1be6 100644 (file)
@@ -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)
index 1932bb8fda280085c104f36bc230776da4e98068..56a367971d713c57b63962340ade1cc3056fba3e 100644 (file)
@@ -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