mirror of https://github.com/aria2/aria2
Fixed compile error with --without-libxml2 --without-libexpat
parent
5ce9af94ce
commit
a077ddd111
|
@ -229,7 +229,8 @@ SRCS = Socket.h\
|
||||||
MetalinkHttpEntry.cc MetalinkHttpEntry.h\
|
MetalinkHttpEntry.cc MetalinkHttpEntry.h\
|
||||||
OutputFile.h\
|
OutputFile.h\
|
||||||
NullOutputFile.h\
|
NullOutputFile.h\
|
||||||
console.cc console.h
|
console.cc console.h\
|
||||||
|
BufferedFile.cc BufferedFile.h
|
||||||
|
|
||||||
if MINGW_BUILD
|
if MINGW_BUILD
|
||||||
SRCS += WinConsoleFile.cc WinConsoleFile.h
|
SRCS += WinConsoleFile.cc WinConsoleFile.h
|
||||||
|
@ -241,8 +242,7 @@ SRCS += XmlRpcRequestParserController.cc XmlRpcRequestParserController.h\
|
||||||
XmlRpcRequestParserState.h\
|
XmlRpcRequestParserState.h\
|
||||||
XmlRpcRequestParserStateImpl.cc XmlRpcRequestParserStateImpl.h\
|
XmlRpcRequestParserStateImpl.cc XmlRpcRequestParserStateImpl.h\
|
||||||
XmlRpcElements.cc XmlRpcElements.h\
|
XmlRpcElements.cc XmlRpcElements.h\
|
||||||
XmlRpcRequestProcessor.h\
|
XmlRpcRequestProcessor.h
|
||||||
BufferedFile.cc BufferedFile.h
|
|
||||||
|
|
||||||
if HAVE_LIBXML2
|
if HAVE_LIBXML2
|
||||||
SRCS += Xml2XmlRpcRequestProcessor.cc Xml2XmlRpcRequestProcessor.h
|
SRCS += Xml2XmlRpcRequestProcessor.cc Xml2XmlRpcRequestProcessor.h
|
||||||
|
|
Loading…
Reference in New Issue