aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-06-21 00:49:18 +0000
committerGravatar reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2009-06-21 00:49:18 +0000
commit8015dd83ae37147bb630d4751030868051ad0cae (patch)
tree410a8490df487a2b382c90303ac13c41a6627bca /Makefile
parentdd0ac281e920b01a63789893cc3e7422789658dd (diff)
almost there on gm (need to fix image writes/reads/compares)
move SkAutoGraphics into SkGraphics.h add [] operators to SkString git-svn-id: http://skia.googlecode.com/svn/trunk@228 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 91e92fdd61..4c5bc61a96 100644
--- a/Makefile
+++ b/Makefile
@@ -56,6 +56,7 @@ else
LINKER_OPTS += -lpng
DEFINES += -DSK_BUILD_FOR_UNIX
+ SRC_LIST += src/ports/SkFontHost_none.cpp
# these are our registry-based factories
SRC_LIST += src/images/SkImageDecoder_Factory.cpp
SRC_LIST += src/images/SkImageEncoder_Factory.cpp