From: James Turner Date: Mon, 22 Aug 2011 09:15:00 +0000 (+0100) Subject: Revert "Keep automake working, added new files" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bca9a787f675015b9f32c905eacdba7b2933ad0c;p=simgear.git Revert "Keep automake working, added new files" This reverts commit a175033e3bb0c56cc0616ee224d6719a2896cec1. --- 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)