diff --git a/Makefile b/Makefile
index 0649cd9..151b964 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ JS_SRC_FILES = \
${SRC_DIR}/grid.js \
${SRC_DIR}/agenda.js \
${SRC_DIR}/view.js \
+ ${SRC_DIR}/selection_util.js \
${SRC_DIR}/util.js
CSS_SRC_FILES = \
@@ -37,9 +38,6 @@ zip:
@cat ${SRC_DIR}/gcal.js \
| ${VER_SED} | ${DATE_SED} \
> ${BUILD_DIR}/fullcalendar/gcal.js
- @cat ${SRC_DIR}/selectable.js \
- | ${VER_SED} | ${DATE_SED} \
- > ${BUILD_DIR}/fullcalendar/selectable.js
@echo "compressing js..."
@java -jar ${BUILD_DIR}/compiler.jar --js ${BUILD_DIR}/fullcalendar/fullcalendar.js \
diff --git a/examples/agenda-views.html b/examples/agenda-views.html
index dbdae45..b678051 100644
--- a/examples/agenda-views.html
+++ b/examples/agenda-views.html
@@ -13,6 +13,7 @@
+
+