aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f85fc11..cd03616 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,7 @@ package: test-agent-config
cat $(VENDOR)/sax.js >> $(WEB_FILE)
echo ';' >> $(WEB_FILE)
cat $(LIB_ROOT)/webcals.js >> $(WEB_FILE)
+ cat $(LIB_ROOT)/ical.js >> $(WEB_FILE)
cat $(LIB_ROOT)/responder.js >> $(WEB_FILE)
cat $(LIB_ROOT)/sax.js >> $(WEB_FILE)
cat $(LIB_ROOT)/template.js >> $(WEB_FILE)