commit | 9df214e836f2b897224178676c03017e9190b7e0 | [log] [tgz] |
---|---|---|
author | Scroggo <Scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Apr 15 14:48:08 2011 +0000 |
committer | Scroggo <Scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81> | Fri Apr 15 14:48:08 2011 +0000 |
tree | bf2d7d833029842a0d9bc0e9716ebec3f31ee163 | |
parent | f5dbe2f00f853c6a1719924bdd0c33335a53423a [diff] [blame] |
http://codereview.appspot.com/4373057/ git-svn-id: http://skia.googlecode.com/svn/trunk@1135 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/unix_test_app/makefile b/unix_test_app/makefile index 6234679..ae2f338 100644 --- a/unix_test_app/makefile +++ b/unix_test_app/makefile
@@ -17,7 +17,7 @@ #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