aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix_test_app
diff options
context:
space:
mode:
authorGravatar scroggo <scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-05-04 14:16:36 +0000
committerGravatar scroggo <scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-05-04 14:16:36 +0000
commit2fcdbec6ff9260df8ed1d3a5459dd17afb8fa447 (patch)
treed7773499a5c447e2c2580fce7fb348217630168c /unix_test_app
parent3048d4fd4e11399e412db4b3338cc0ff5a22b2b1 (diff)
Make the unix test app build.
There are two ways to build it, using the gyp files, or using its own makefile. A recent update of a sample made it no longer build using its own makefile. Make it build once again. git-svn-id: http://skia.googlecode.com/svn/trunk@1236 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'unix_test_app')
-rw-r--r--unix_test_app/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix_test_app/makefile b/unix_test_app/makefile
index ae2f3382ce..7b28203382 100644
--- a/unix_test_app/makefile
+++ b/unix_test_app/makefile
@@ -10,7 +10,8 @@ C_INCLUDES := -I../include/core \
-I../include/gpu \
-I../gpu/include \
-I../include/utils/unix \
- -I../samplecode
+ -I../samplecode \
+ -I../src/core
VPATH = libs:../src/ports:../samplecode:../src/core:../src/utils/unix