diff options
Diffstat (limited to 'bench/Makefile.am')
-rw-r--r-- | bench/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/Makefile.am b/bench/Makefile.am index be0ebdb..2b67862 100644 --- a/bench/Makefile.am +++ b/bench/Makefile.am @@ -3,6 +3,7 @@ AM_LDFLAGS = -lpng -lpthread bin_PROGRAMS = Bench Bench_SOURCES = RectBench.cpp \ + FPSBench.cpp \ SkBenchmark.cpp \ BenchTool/main.cpp \ $(top_builddir)/src/images/SkImageDecoder.cpp \ |