add FPSBench.cpp
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 15 Apr 2010 16:34:54 +0000 (16:34 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 15 Apr 2010 16:34:54 +0000 (16:34 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@552 2bbb7eff-a529-9590-31e7-b0007b416f81

Makefile

index aebe467..55fb551 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ out/libskia.a: Makefile $(OBJ_LIST) $(JUST_COMPILE_OBJS)
 ##############################################################################
 
 BENCH_SRCS := RectBench.cpp SkBenchmark.cpp benchmain.cpp BitmapBench.cpp \
-                         RepeatTileBench.cpp DecodeBench.cpp
+                         RepeatTileBench.cpp DecodeBench.cpp FPSBench.cpp
 BENCH_SRCS := $(addprefix bench/, $(BENCH_SRCS))
 
 # add any optional codecs for this app