[llvm-commits] CVS: llvm/runtime/libpng/Makefile
Chris Lattner
lattner at cs.uiuc.edu
Fri Mar 26 11:06:01 PST 2004
Changes in directory llvm/runtime/libpng:
Makefile updated: 1.2 -> 1.3
---
Log message:
Make sure to get the headers from zlib correctly
---
Diffs of the changes: (+1 -0)
Index: llvm/runtime/libpng/Makefile
diff -u llvm/runtime/libpng/Makefile:1.2 llvm/runtime/libpng/Makefile:1.3
--- llvm/runtime/libpng/Makefile:1.2 Fri Feb 20 15:26:46 2004
+++ llvm/runtime/libpng/Makefile Fri Mar 26 11:04:53 2004
@@ -11,6 +11,7 @@
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 \
More information about the llvm-commits
mailing list