extracted http client

This commit is contained in:
john30
2018-01-28 15:12:59 +01:00
parent 472c25fb0c
commit d6668713d1
5 changed files with 270 additions and 87 deletions
Regular → Executable
+6 -10
View File
@@ -4,18 +4,14 @@ AM_CXXFLAGS = -I$(top_srcdir)/src \
noinst_LIBRARIES = libutils.a
libutils_a_SOURCES = log.cpp \
log.h \
tcpsocket.cpp \
tcpsocket.h \
thread.cpp \
thread.h \
clock.cpp \
clock.h \
libutils_a_SOURCES = log.h log.cpp \
tcpsocket.h tcpsocket.cpp \
thread.h thread.cpp \
clock.h clock.cpp \
queue.h \
notify.h \
rotatefile.cpp \
rotatefile.h
rotatefile.h rotatefile.cpp \
httpclient.h httpclient.cpp
distclean-local:
-rm -f Makefile.in