From c925c02e69da84b96fd330f33ddfbd5f48fb3e0c Mon Sep 17 00:00:00 2001 From: Mathias Froehlich Date: Sat, 24 Sep 2011 09:55:01 +0200 Subject: [PATCH] automake: add thread libs to the io tests. --- simgear/io/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/simgear/io/Makefile.am b/simgear/io/Makefile.am index 5595e0ee..a7870695 100644 --- a/simgear/io/Makefile.am +++ b/simgear/io/Makefile.am @@ -47,7 +47,7 @@ tcp_server_LDADD = \ $(top_builddir)/simgear/misc/libsgmisc.a \ -lz \ $(network_LIBS) \ - $(osg_LIBS) \ + $(osg_LIBS) $(thread_LIBS) \ $(base_LIBS) tcp_client_SOURCES = tcp_client.cxx @@ -61,7 +61,7 @@ tcp_client_LDADD = \ $(top_builddir)/simgear/misc/libsgmisc.a \ -lz \ $(network_LIBS) \ - $(osg_LIBS) \ + $(osg_LIBS) $(thread_LIBS) \ $(base_LIBS) socktest_SOURCES = socktest.cxx @@ -75,7 +75,7 @@ socktest_LDADD = \ $(top_builddir)/simgear/misc/libsgmisc.a \ -lz \ $(network_LIBS) \ - $(osg_LIBS) \ + $(osg_LIBS) $(thread_LIBS) \ $(base_LIBS) lowtest_SOURCES = lowtest.cxx @@ -87,7 +87,7 @@ lowtest_LDADD = \ $(top_builddir)/simgear/debug/libsgdebug.a \ $(top_builddir)/simgear/bucket/libsgbucket.a \ $(top_builddir)/simgear/misc/libsgmisc.a \ - $(base_LIBS) -lz $(osg_LIBS) + $(thread_LIBS) $(base_LIBS) -lz $(osg_LIBS) decode_binobj_SOURCES = decode_binobj.cxx @@ -97,4 +97,4 @@ decode_binobj_LDADD = \ $(top_builddir)/simgear/debug/libsgdebug.a \ $(top_builddir)/simgear/bucket/libsgbucket.a \ $(top_builddir)/simgear/misc/libsgmisc.a \ - $(base_LIBS) -lz $(osg_LIBS) + $(thread_LIBS) $(base_LIBS) -lz $(osg_LIBS) -- 2.39.5