X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fio%2FMakefile.am;h=760676a36dee8e12884029e097ddc245eec6f950;hb=f18a9493b3a067ae56cb350cd6a390649ba6b35d;hp=b76655c2d08a08b1d6336a771353127e199c0699;hpb=a175033e3bb0c56cc0616ee224d6719a2896cec1;p=simgear.git diff --git a/simgear/io/Makefile.am b/simgear/io/Makefile.am index b76655c2..760676a3 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)