]> git.mxchange.org Git - flightgear.git/commitdiff
autotools build updated with sgthreads library
authorMathias Froehlich <Mathias.Froehlich@web.de>
Wed, 7 Sep 2011 22:49:23 +0000 (00:49 +0200)
committerMathias Froehlich <Mathias.Froehlich@web.de>
Wed, 7 Sep 2011 22:49:23 +0000 (00:49 +0200)
src/Main/Makefile.am

index 48ed32eeffb0c8c544940d2250c60d45bc421ee8..f6dab96a7020e94b2e76167b69946f195552baf5 100644 (file)
@@ -129,8 +129,8 @@ fgfs_LDFLAGS = $(fgfs_PLIB_FW) $(fgfs_OSG_FW) $(LDFLAGS)
 metar_SOURCES = metar_main.cxx
 
 metar_LDADD = \
-        -lsgenvironment -lsgio -lsgbucket -lsgmisc -lsgstructure -lsgdebug \
-        $(network_LIBS) \
+        -lsgenvironment -lsgio -lsgthreads -lsgbucket -lsgmisc -lsgstructure \
+        -lsgdebug $(network_LIBS) $(thread_LIBS) \
         -lz $(base_LIBS)