Not forgetting automake for the moment

This commit is contained in:
James Turner
2011-07-19 12:56:49 +01:00
parent f06f25532c
commit 6a612972e2

View File

@@ -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)