aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-05-16 17:21:57 +0000
committerGravatar reed@google.com <reed@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-05-16 17:21:57 +0000
commit07f3ee10d34f09342abb93d758b5e151ff78f7a5 (patch)
treeee95d5ac1d798dc2a0f52b37acfa61d2cfe140b4 /Makefile
parentff174b39474df20945fc7cc5c9d5bb68916f39a8 (diff)
use SkPath for GrPath, removing GrPathIter entirely
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d03c12f332..7a53951c0a 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,7 @@ CC := gcc
GPP := g++
C_INCLUDES := -Iinclude/config -Iinclude/core -Iinclude/effects -Iinclude/images -Iinclude/ports
C_INCLUDES += -Iinclude/gpu -Iinclude/utils -Igpu/include
+C_INCLUDES += -Ithird_party/glu
CFLAGS := -Wall -fstrict-aliasing
#CFLAGS += -W -Wextra -Wcast-align -Wchar-subscripts -Wformat -Wformat-security -Wno-format-y2k -Wno-parentheses -Wno-unused-parameter -Wpointer-arith -Wreturn-type -Wundef -Wwrite-strings