add opts files to the make



git-svn-id: http://skia.googlecode.com/svn/trunk@296 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/Makefile b/Makefile
index 26a1580..c2a0976 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,10 @@
 include src/core/core_files.mk
 SRC_LIST := $(addprefix src/core/, $(SOURCE))
 
+# add the opts (optimizations)
+include src/opts/opts_files.mk
+SRC_LIST += $(addprefix src/opts/, $(SOURCE))
+
 # we usually need ports
 include src/ports/ports_files.mk
 SRC_LIST += $(addprefix src/ports/, $(SOURCE))