From 3aa7b9d08cc96c1e5ad44b9de08aae97fc785878 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 26 Mar 2004 17:04:53 +0000 Subject: [PATCH] Make sure to get the headers from zlib correctly llvm-svn: 12521 --- llvm/runtime/libpng/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/runtime/libpng/Makefile b/llvm/runtime/libpng/Makefile index 5bd65751edb5..9d9b8ddf3359 100644 --- a/llvm/runtime/libpng/Makefile +++ b/llvm/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 \