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