]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/Makefile.am
Bug #99 - change viewer damping calculation, to work correctly regardless of set...
[flightgear.git] / src / Main / Makefile.am
index 0994d859ad1c585049c147cb8f712a262dd1bec7..b4e2d592e6e7fc0cf4a04376c0b693092ea47f72 100644 (file)
@@ -9,12 +9,6 @@ else
 SP_FDM_LIBS = 
 endif
 
-if WITH_THREADS
-THREAD_LIBS = -lsgthreads $(thread_LIBS)
-else
-THREAD_LIBS =
-endif
-
 if WITH_EVENTINPUT
 EVENT_LIBS = $(eventinput_LIBS)
 else
@@ -119,7 +113,7 @@ fgfs_LDADD = \
        -lsgserial -lsgstructure -lsgenvironment \
         $(fgfs_PLIB_LIBS) \
        $(OSG_LIBS) \
-       $(THREAD_LIBS) \
+       $(thread_LIBS) \
        $(network_LIBS) \
        -lz \
        $(opengl_LIBS) \