X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2FMakefile.am;h=a787069530a84cde502264dbc7c5755a9a619e34;hb=09b0dd2b2d7d934c1d4059cb2cbd3b4fcbb7872f;hp=b76655c2d08a08b1d6336a771353127e199c0699;hpb=a175033e3bb0c56cc0616ee224d6719a2896cec1;p=simgear.git diff --git a/simgear/io/Makefile.am b/simgear/io/Makefile.am index b76655c2..a7870695 100644 --- a/simgear/io/Makefile.am +++ b/simgear/io/Makefile.am @@ -15,8 +15,7 @@ include_HEADERS = \ sg_netChannel.hxx \ sg_netChat.hxx \ HTTPClient.hxx \ - HTTPRequest.hxx \ - HostLookup.hxx + HTTPRequest.hxx libsgio_a_SOURCES = \ iochannel.cxx \ @@ -31,8 +30,7 @@ libsgio_a_SOURCES = \ sg_netChannel.cxx \ sg_netChat.cxx \ HTTPClient.cxx \ - HTTPRequest.cxx \ - HostLookup.cxx + HTTPRequest.cxx INCLUDES = -I$(top_srcdir) @@ -43,11 +41,13 @@ tcp_server_SOURCES = tcp_server.cxx tcp_server_LDADD = \ libsgio.a \ $(top_builddir)/simgear/structure/libsgstructure.a \ + $(top_builddir)/simgear/threads/libsgthreads.a \ $(top_builddir)/simgear/debug/libsgdebug.a \ $(top_builddir)/simgear/bucket/libsgbucket.a \ $(top_builddir)/simgear/misc/libsgmisc.a \ -lz \ $(network_LIBS) \ + $(osg_LIBS) $(thread_LIBS) \ $(base_LIBS) tcp_client_SOURCES = tcp_client.cxx @@ -55,11 +55,13 @@ tcp_client_SOURCES = tcp_client.cxx tcp_client_LDADD = \ libsgio.a \ $(top_builddir)/simgear/structure/libsgstructure.a \ + $(top_builddir)/simgear/threads/libsgthreads.a \ $(top_builddir)/simgear/debug/libsgdebug.a \ $(top_builddir)/simgear/bucket/libsgbucket.a \ $(top_builddir)/simgear/misc/libsgmisc.a \ -lz \ $(network_LIBS) \ + $(osg_LIBS) $(thread_LIBS) \ $(base_LIBS) socktest_SOURCES = socktest.cxx @@ -67,11 +69,13 @@ socktest_SOURCES = socktest.cxx socktest_LDADD = \ libsgio.a \ $(top_builddir)/simgear/structure/libsgstructure.a \ + $(top_builddir)/simgear/threads/libsgthreads.a \ $(top_builddir)/simgear/debug/libsgdebug.a \ $(top_builddir)/simgear/bucket/libsgbucket.a \ $(top_builddir)/simgear/misc/libsgmisc.a \ -lz \ $(network_LIBS) \ + $(osg_LIBS) $(thread_LIBS) \ $(base_LIBS) lowtest_SOURCES = lowtest.cxx @@ -79,16 +83,18 @@ lowtest_SOURCES = lowtest.cxx lowtest_LDADD = \ libsgio.a \ $(top_builddir)/simgear/structure/libsgstructure.a \ + $(top_builddir)/simgear/threads/libsgthreads.a \ $(top_builddir)/simgear/debug/libsgdebug.a \ $(top_builddir)/simgear/bucket/libsgbucket.a \ $(top_builddir)/simgear/misc/libsgmisc.a \ - $(base_LIBS) -lz + $(thread_LIBS) $(base_LIBS) -lz $(osg_LIBS) decode_binobj_SOURCES = decode_binobj.cxx decode_binobj_LDADD = \ libsgio.a \ + $(top_builddir)/simgear/threads/libsgthreads.a \ $(top_builddir)/simgear/debug/libsgdebug.a \ $(top_builddir)/simgear/bucket/libsgbucket.a \ $(top_builddir)/simgear/misc/libsgmisc.a \ - $(base_LIBS) -lz + $(thread_LIBS) $(base_LIBS) -lz $(osg_LIBS)