diff options
author | Scroggo <Scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-04-15 14:48:08 +0000 |
---|---|---|
committer | Scroggo <Scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-04-15 14:48:08 +0000 |
commit | 9df214e836f2b897224178676c03017e9190b7e0 (patch) | |
tree | bf2d7d833029842a0d9bc0e9716ebec3f31ee163 /unix_test_app/makefile | |
parent | f5dbe2f00f853c6a1719924bdd0c33335a53423a (diff) |
git-svn-id: http://skia.googlecode.com/svn/trunk@1135 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'unix_test_app/makefile')
-rw-r--r-- | unix_test_app/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix_test_app/makefile b/unix_test_app/makefile index 6234679b94..ae2f3382ce 100644 --- a/unix_test_app/makefile +++ b/unix_test_app/makefile @@ -17,7 +17,7 @@ VPATH = libs:../src/ports:../samplecode:../src/core:../src/utils/unix #generate debugging info CFLAGS = -g -SRC_LIST := main.cpp SkOSWindow_Unix.cpp SkXMLParser_empty.cpp SkDebug.cpp +SRC_LIST := main.cpp SkOSWindow_Unix.cpp SkXMLParser_empty.cpp SkDebug.cpp ../gpu/src/unix/GrGLDefaultInterface_unix.cpp #views files include ../src/views/views_files.mk |