aria2/Makefile.am
Tatsuhiro Tsujikawa f4e2c7f060 Added JSON-RPC over WebSocket.
Wslay library must be placed under deps/wslay.
2012-03-20 21:42:09 +09:00

14 lines
312 B
Makefile

SUBDIRS = po intl lib deps src test doc
ACLOCAL_AMFLAGS = -I m4 --install
EXTRA_DIST = config.rpath
dist_doc_DATA = README README.asciidoc README.html
dist_noinst_DATA = LICENSE.OpenSSL
if HAVE_ASCIIDOC
README.html: README.asciidoc
@ASCIIDOC@ -d article -b xhtml11 -n README.asciidoc
endif # HAVE_ASCIIDOC