Keep automake working, added new files

This commit is contained in:
James Turner
2011-08-21 22:37:01 +01:00
parent 878b504f8e
commit a175033e3b

View File

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