X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2FMakefile.am;h=e0086d86624fdf1e9e20be6705b945b254167598;hb=427d6c3316e59aa86bbf4d3e51f522e0aba9c4fd;hp=b76655c2d08a08b1d6336a771353127e199c0699;hpb=a175033e3bb0c56cc0616ee224d6719a2896cec1;p=simgear.git diff --git a/simgear/io/Makefile.am b/simgear/io/Makefile.am index b76655c2..e0086d86 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) @@ -48,6 +46,7 @@ tcp_server_LDADD = \ $(top_builddir)/simgear/misc/libsgmisc.a \ -lz \ $(network_LIBS) \ + $(osg_LIBS) \ $(base_LIBS) tcp_client_SOURCES = tcp_client.cxx @@ -60,6 +59,7 @@ tcp_client_LDADD = \ $(top_builddir)/simgear/misc/libsgmisc.a \ -lz \ $(network_LIBS) \ + $(osg_LIBS) \ $(base_LIBS) socktest_SOURCES = socktest.cxx @@ -72,6 +72,7 @@ socktest_LDADD = \ $(top_builddir)/simgear/misc/libsgmisc.a \ -lz \ $(network_LIBS) \ + $(osg_LIBS) \ $(base_LIBS) lowtest_SOURCES = lowtest.cxx @@ -82,7 +83,7 @@ lowtest_LDADD = \ $(top_builddir)/simgear/debug/libsgdebug.a \ $(top_builddir)/simgear/bucket/libsgbucket.a \ $(top_builddir)/simgear/misc/libsgmisc.a \ - $(base_LIBS) -lz + $(base_LIBS) -lz $(osg_LIBS) decode_binobj_SOURCES = decode_binobj.cxx @@ -91,4 +92,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 + $(base_LIBS) -lz $(osg_LIBS)