mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
Fixed make distcheck
error
This commit is contained in:
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
Block a user