From: James Turner Date: Tue, 19 Jul 2011 11:56:49 +0000 (+0100) Subject: Not forgetting automake for the moment X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6a612972e2473c6f9e1e7efeed9b301268788fe8;p=simgear.git Not forgetting automake for the moment --- diff --git a/simgear/io/Makefile.am b/simgear/io/Makefile.am index 566af470..760676a3 100644 --- a/simgear/io/Makefile.am +++ b/simgear/io/Makefile.am @@ -13,7 +13,9 @@ include_HEADERS = \ raw_socket.hxx \ sg_netBuffer.hxx \ sg_netChannel.hxx \ - sg_netChat.hxx + sg_netChat.hxx \ + HTTPClient.hxx \ + HTTPRequest.hxx libsgio_a_SOURCES = \ iochannel.cxx \ @@ -26,7 +28,9 @@ libsgio_a_SOURCES = \ raw_socket.cxx \ sg_netBuffer.cxx \ sg_netChannel.cxx \ - sg_netChat.cxx + sg_netChat.cxx \ + HTTPClient.cxx \ + HTTPRequest.cxx INCLUDES = -I$(top_srcdir)