mirror of https://github.com/aria2/aria2
2010-03-08 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added missing wallclock.h to SRCS. * src/Makefile.ampull/1/head
parent
5f376f3c60
commit
b6778acd5e
|
@ -1,3 +1,8 @@
|
||||||
|
2010-03-08 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
|
Added missing wallclock.h to SRCS.
|
||||||
|
* src/Makefile.am
|
||||||
|
|
||||||
2010-03-08 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
2010-03-08 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
|
||||||
|
|
||||||
Fixed compile error with --disable-bittorrent
|
Fixed compile error with --disable-bittorrent
|
||||||
|
|
|
@ -197,7 +197,8 @@ SRCS = Socket.h\
|
||||||
bitfield.cc bitfield.h\
|
bitfield.cc bitfield.h\
|
||||||
BDE.cc BDE.h\
|
BDE.cc BDE.h\
|
||||||
CreateRequestCommand.cc CreateRequestCommand.h\
|
CreateRequestCommand.cc CreateRequestCommand.h\
|
||||||
DownloadResultCode.h
|
DownloadResultCode.h\
|
||||||
|
wallclock.h
|
||||||
|
|
||||||
if ENABLE_XML_RPC
|
if ENABLE_XML_RPC
|
||||||
SRCS += XmlRpcRequestParserController.cc XmlRpcRequestParserController.h\
|
SRCS += XmlRpcRequestParserController.cc XmlRpcRequestParserController.h\
|
||||||
|
|
|
@ -428,7 +428,7 @@ am__libaria2c_a_SOURCES_DIST = Socket.h SocketCore.cc SocketCore.h \
|
||||||
SequentialDispatcherCommand.h PieceSelector.h \
|
SequentialDispatcherCommand.h PieceSelector.h \
|
||||||
LongestSequencePieceSelector.cc LongestSequencePieceSelector.h \
|
LongestSequencePieceSelector.cc LongestSequencePieceSelector.h \
|
||||||
bitfield.cc bitfield.h BDE.cc BDE.h CreateRequestCommand.cc \
|
bitfield.cc bitfield.h BDE.cc BDE.h CreateRequestCommand.cc \
|
||||||
CreateRequestCommand.h DownloadResultCode.h \
|
CreateRequestCommand.h DownloadResultCode.h wallclock.h \
|
||||||
XmlRpcRequestParserController.cc \
|
XmlRpcRequestParserController.cc \
|
||||||
XmlRpcRequestParserController.h \
|
XmlRpcRequestParserController.h \
|
||||||
XmlRpcRequestParserStateMachine.cc \
|
XmlRpcRequestParserStateMachine.cc \
|
||||||
|
@ -1188,16 +1188,16 @@ SRCS = Socket.h SocketCore.cc SocketCore.h BinaryStream.h Command.cc \
|
||||||
SequentialDispatcherCommand.h PieceSelector.h \
|
SequentialDispatcherCommand.h PieceSelector.h \
|
||||||
LongestSequencePieceSelector.cc LongestSequencePieceSelector.h \
|
LongestSequencePieceSelector.cc LongestSequencePieceSelector.h \
|
||||||
bitfield.cc bitfield.h BDE.cc BDE.h CreateRequestCommand.cc \
|
bitfield.cc bitfield.h BDE.cc BDE.h CreateRequestCommand.cc \
|
||||||
CreateRequestCommand.h DownloadResultCode.h $(am__append_1) \
|
CreateRequestCommand.h DownloadResultCode.h wallclock.h \
|
||||||
$(am__append_2) $(am__append_3) $(am__append_4) \
|
$(am__append_1) $(am__append_2) $(am__append_3) \
|
||||||
$(am__append_5) $(am__append_6) $(am__append_7) \
|
$(am__append_4) $(am__append_5) $(am__append_6) \
|
||||||
$(am__append_8) $(am__append_9) $(am__append_10) \
|
$(am__append_7) $(am__append_8) $(am__append_9) \
|
||||||
$(am__append_11) $(am__append_12) $(am__append_13) \
|
$(am__append_10) $(am__append_11) $(am__append_12) \
|
||||||
$(am__append_14) $(am__append_15) $(am__append_16) \
|
$(am__append_13) $(am__append_14) $(am__append_15) \
|
||||||
$(am__append_17) $(am__append_18) $(am__append_19) \
|
$(am__append_16) $(am__append_17) $(am__append_18) \
|
||||||
$(am__append_20) $(am__append_21) $(am__append_22) \
|
$(am__append_19) $(am__append_20) $(am__append_21) \
|
||||||
$(am__append_23) $(am__append_24) $(am__append_25) \
|
$(am__append_22) $(am__append_23) $(am__append_24) \
|
||||||
$(am__append_26)
|
$(am__append_25) $(am__append_26)
|
||||||
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