extracted http client
This commit is contained in:
Regular → Executable
+6
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user