mirror of https://github.com/aria2/aria2
Fixed `make distcheck` error
parent
f4e2c7f060
commit
ac26124b59
|
@ -529,7 +529,8 @@ fi
|
|||
|
||||
AC_CONFIG_SUBDIRS([deps/wslay])
|
||||
LIBS="\$(top_builddir)/deps/wslay/lib/libwslay.la $LIBS"
|
||||
CPPFLAGS="-I\$(top_builddir)/deps/wslay/lib/includes $CPPFLAGS"
|
||||
# $(top_srcdir) for `make distcheck`
|
||||
CPPFLAGS="-I\$(top_builddir)/deps/wslay/lib/includes -I\$(top_srcdir)/deps/wslay/lib/includes $CPPFLAGS"
|
||||
|
||||
AC_CONFIG_FILES([Makefile
|
||||
src/Makefile
|
||||
|
|
Loading…
Reference in New Issue