aboutsummaryrefslogtreecommitdiffhomepage
path: root/unix_test_app/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'unix_test_app/makefile')
-rw-r--r--unix_test_app/makefile2
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