]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/Makefile.am
Merge branch 'zan/stencil2' into next
[flightgear.git] / src / Main / Makefile.am
index 996c63e11b59502cde33cfe8ad3195654d50034c..e0798d6d421c692834f9cec2e4d710e7366b5556 100644 (file)
@@ -16,12 +16,6 @@ ATCDCL_LIBS =
 endif
 
 
-if WITH_THREADS
-THREAD_LIBS = -lsgthreads $(thread_LIBS)
-else
-THREAD_LIBS =
-endif
-
 if WITH_EVENTINPUT
 EVENT_LIBS = $(eventinput_LIBS)
 else
@@ -126,7 +120,7 @@ fgfs_LDADD = \
        -lsgserial -lsgstructure -lsgenvironment \
         $(fgfs_PLIB_LIBS) \
        $(OSG_LIBS) \
-       $(THREAD_LIBS) \
+       $(thread_LIBS) \
        $(network_LIBS) \
        -lz \
        $(opengl_LIBS) \