Fixed `make distcheck` error

pull/13/head
Tatsuhiro Tsujikawa 2012-03-20 22:43:06 +09:00
parent f4e2c7f060
commit ac26124b59
1 changed files with 2 additions and 1 deletions

View File

@ -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