From: James Turner Date: Sun, 21 Aug 2011 21:37:01 +0000 (+0100) Subject: Keep automake working, added new files X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a175033e3bb0c56cc0616ee224d6719a2896cec1;p=simgear.git Keep automake working, added new files --- diff --git a/simgear/io/Makefile.am b/simgear/io/Makefile.am index 760676a3..b76655c2 100644 --- a/simgear/io/Makefile.am +++ b/simgear/io/Makefile.am @@ -15,7 +15,8 @@ include_HEADERS = \ sg_netChannel.hxx \ sg_netChat.hxx \ HTTPClient.hxx \ - HTTPRequest.hxx + HTTPRequest.hxx \ + HostLookup.hxx libsgio_a_SOURCES = \ iochannel.cxx \ @@ -30,7 +31,8 @@ libsgio_a_SOURCES = \ sg_netChannel.cxx \ sg_netChat.cxx \ HTTPClient.cxx \ - HTTPRequest.cxx + HTTPRequest.cxx \ + HostLookup.cxx INCLUDES = -I$(top_srcdir)