mirror of https://github.com/aria2/aria2
2010-04-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added missing timespec.h to SRCS * src/Makefile.ampull/1/head
parent
86a4b5d15c
commit
571759fc27
|
@ -1,3 +1,8 @@
|
||||||
|
2010-04-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Added missing timespec.h to SRCS
|
||||||
|
* src/Makefile.am
|
||||||
|
|
||||||
2010-04-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2010-04-23 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Fixed the bug that aria2.unpause fails with -s1.
|
Fixed the bug that aria2.unpause fails with -s1.
|
||||||
|
|
|
@ -202,7 +202,8 @@ SRCS = Socket.h\
|
||||||
download_helper.cc download_helper.h\
|
download_helper.cc download_helper.h\
|
||||||
MetadataInfo.cc MetadataInfo.h\
|
MetadataInfo.cc MetadataInfo.h\
|
||||||
SessionSerializer.cc SessionSerializer.h\
|
SessionSerializer.cc SessionSerializer.h\
|
||||||
Event.h
|
Event.h\
|
||||||
|
timespec.h
|
||||||
|
|
||||||
if ENABLE_XML_RPC
|
if ENABLE_XML_RPC
|
||||||
SRCS += XmlRpcRequestParserController.cc XmlRpcRequestParserController.h\
|
SRCS += XmlRpcRequestParserController.cc XmlRpcRequestParserController.h\
|
||||||
|
|
|
@ -435,7 +435,7 @@ am__libaria2c_a_SOURCES_DIST = Socket.h SocketCore.cc SocketCore.h \
|
||||||
CreateRequestCommand.h DownloadResultCode.h wallclock.h \
|
CreateRequestCommand.h DownloadResultCode.h wallclock.h \
|
||||||
download_helper.cc download_helper.h MetadataInfo.cc \
|
download_helper.cc download_helper.h MetadataInfo.cc \
|
||||||
MetadataInfo.h SessionSerializer.cc SessionSerializer.h \
|
MetadataInfo.h SessionSerializer.cc SessionSerializer.h \
|
||||||
Event.h XmlRpcRequestParserController.cc \
|
Event.h timespec.h XmlRpcRequestParserController.cc \
|
||||||
XmlRpcRequestParserController.h \
|
XmlRpcRequestParserController.h \
|
||||||
XmlRpcRequestParserStateMachine.cc \
|
XmlRpcRequestParserStateMachine.cc \
|
||||||
XmlRpcRequestParserStateMachine.h XmlRpcRequestParserState.h \
|
XmlRpcRequestParserStateMachine.h XmlRpcRequestParserState.h \
|
||||||
|
@ -1208,16 +1208,17 @@ SRCS = Socket.h SocketCore.cc SocketCore.h BinaryStream.h Command.cc \
|
||||||
CreateRequestCommand.h DownloadResultCode.h wallclock.h \
|
CreateRequestCommand.h DownloadResultCode.h wallclock.h \
|
||||||
download_helper.cc download_helper.h MetadataInfo.cc \
|
download_helper.cc download_helper.h MetadataInfo.cc \
|
||||||
MetadataInfo.h SessionSerializer.cc SessionSerializer.h \
|
MetadataInfo.h SessionSerializer.cc SessionSerializer.h \
|
||||||
Event.h $(am__append_1) $(am__append_2) $(am__append_3) \
|
Event.h timespec.h $(am__append_1) $(am__append_2) \
|
||||||
$(am__append_4) $(am__append_5) $(am__append_6) \
|
$(am__append_3) $(am__append_4) $(am__append_5) \
|
||||||
$(am__append_7) $(am__append_8) $(am__append_9) \
|
$(am__append_6) $(am__append_7) $(am__append_8) \
|
||||||
$(am__append_10) $(am__append_11) $(am__append_12) \
|
$(am__append_9) $(am__append_10) $(am__append_11) \
|
||||||
$(am__append_13) $(am__append_14) $(am__append_15) \
|
$(am__append_12) $(am__append_13) $(am__append_14) \
|
||||||
$(am__append_16) $(am__append_17) $(am__append_18) \
|
$(am__append_15) $(am__append_16) $(am__append_17) \
|
||||||
$(am__append_19) $(am__append_20) $(am__append_21) \
|
$(am__append_18) $(am__append_19) $(am__append_20) \
|
||||||
$(am__append_22) $(am__append_23) $(am__append_24) \
|
$(am__append_21) $(am__append_22) $(am__append_23) \
|
||||||
$(am__append_25) $(am__append_26) $(am__append_27) \
|
$(am__append_24) $(am__append_25) $(am__append_26) \
|
||||||
$(am__append_28) $(am__append_29) $(am__append_30)
|
$(am__append_27) $(am__append_28) $(am__append_29) \
|
||||||
|
$(am__append_30)
|
||||||
noinst_LIBRARIES = libaria2c.a
|
noinst_LIBRARIES = libaria2c.a
|
||||||
libaria2c_a_SOURCES = $(SRCS)
|
libaria2c_a_SOURCES = $(SRCS)
|
||||||
aria2c_LDADD = libaria2c.a @LIBINTL@ @ALLOCA@ @LIBGNUTLS_LIBS@\
|
aria2c_LDADD = libaria2c.a @LIBINTL@ @ALLOCA@ @LIBGNUTLS_LIBS@\
|
||||||
|
|
Loading…
Reference in New Issue