aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-06-28 13:44:41 +0200
committerJames Lal <james@lightsofapollo.com>2012-06-28 13:44:41 +0200
commit23ba81022628d75f881a9285e4ca8fc0c394abfe (patch)
tree6a2d9559b6170ba410bb5db4c171c4c004bd816d /Makefile
parent51c84cac962d09fedbfd9481f6dc66120e12c46b (diff)
downloadjsCalDAV-23ba81022628d75f881a9285e4ca8fc0c394abfe.tar.gz
Hacks to get this working in browser
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)