From d09575e646c83675420536f41efed9548f903a94 Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Thu, 8 Sep 2011 00:49:23 +0200 Subject: [PATCH] autotools build updated with sgthreads library --- src/Main/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Main/Makefile.am b/src/Main/Makefile.am index 48ed32eef..f6dab96a7 100644 --- a/src/Main/Makefile.am +++ b/src/Main/Makefile.am @@ -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) -- 2.39.5