autotools build updated with sgthreads library
This commit is contained in:
parent
6b6238293f
commit
938d4f3752
4 changed files with 6 additions and 6 deletions
|
@ -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) \
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue