]> git.mxchange.org Git - simgear.git/blobdiff - simgear/io/Makefile.am
Revert "Support non-blocking address lookups, and switch to getaddrinfo over gethostb...
[simgear.git] / simgear / io / Makefile.am
index b76655c2d08a08b1d6336a771353127e199c0699..760676a36dee8e12884029e097ddc245eec6f950 100644 (file)
@@ -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)