From: Chris Lattner Date: Fri, 26 Mar 2004 17:04:53 +0000 (+0000) Subject: Make sure to get the headers from zlib correctly X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=40bdfe555443abc5f4545cfa38745800b3908dfe;p=oota-llvm.git 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 --- diff --git a/runtime/libpng/Makefile b/runtime/libpng/Makefile index 5bd65751edb..9d9b8ddf335 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 \