Changed ZLIBINCL, since it broke make distcheck on targets without system zlib.

This commit is contained in:
Michael Wojciechowski 2005-08-27 17:02:43 +00:00
parent 3464c61778
commit c8e0200daf
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ esac
if [[ "$zlib" = "shipped" ]]; then
ZLIB="\$(top_builddir)/zlib/libzlib.la"
ZLIBDIR="zlib"
ZLIBINCL="-I\$(top_builddir)/zlib"
ZLIBINCL="-I\$(top_srcdir)/zlib"
AC_CONFIG_FILES(zlib/Makefile)
elif [[ "$zlib" = "system" ]]; then
ZLIB="-lz"