aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2010-12-20 20:53:13 +0000
committerreed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2010-12-20 20:53:13 +0000
commitd642329293cce602ac24df8f585c14a98795da87 (patch)
tree8a108d78f0194acf6eef86e746adfe1e121d8d0a /Makefile
parent0770044da6d61dcbc8d9673fed8dd92460faa314 (diff)
downloadskia-d642329293cce602ac24df8f585c14a98795da87.tar.gz
remove ZLIB include from SkUserConfig for how (doesn't work on mac sampleapp) but,
add it to Makefile if SKIA_PDF_SUPPORT is true Use compile_assert (yea!) git-svn-id: http://skia.googlecode.com/svn/trunk@643 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 38f28915dd..468ff412f2 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ DEFINES += -DSK_SUPPORT_LCDTEXT
ifeq ($(SKIA_PDF_SUPPORT),true)
DEFINES += -DSK_SUPPORT_PDF
+ DEFINES += -DSK_ZLIB_INCLUDE="<zlib.h>"
endif
# start with the core (required)