summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-03-26 17:04:53 +0000
committerChris Lattner <sabre@nondot.org>2004-03-26 17:04:53 +0000
commit40bdfe555443abc5f4545cfa38745800b3908dfe (patch)
tree1e058a3d1089df9f24568fa6d80d8ca0bb6f9b0c /runtime
parent4df1b8aa2629d87fe4c23b0bc6fa5f5ea0fbaced (diff)
downloadllvm-40bdfe555443abc5f4545cfa38745800b3908dfe.tar.gz
llvm-40bdfe555443abc5f4545cfa38745800b3908dfe.tar.bz2
llvm-40bdfe555443abc5f4545cfa38745800b3908dfe.tar.xz
Make sure to get the headers from zlib correctly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12521 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/libpng/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/libpng/Makefile b/runtime/libpng/Makefile
index 5bd65751ed..9d9b8ddf33 100644
--- a/runtime/libpng/Makefile
+++ b/runtime/libpng/Makefile
@@ -11,6 +11,7 @@ BYTECODE_LIBRARY=1
BUILD_ARCHIVE=1
DONT_BUILD_RELINKED=1
LIBRARYNAME=png
+CPPFLAGS += -I../zlib
Source = png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
pngread.c pngrio.c pngwio.c pngwrite.c pngrtran.c \