aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-07-06 14:10:11 -0700
committerJames Lal <james@lightsofapollo.com>2012-07-06 14:10:11 -0700
commit7f30ad85d5415e8fb3bbbf729ac090d453205372 (patch)
treed51ccc995aa1ad6a80df03a644bf9922bdaea289 /Makefile
parente6fab580162a1cae2165ef88e254df284e6c7208 (diff)
downloadjsCalDAV-7f30ad85d5415e8fb3bbbf729ac090d453205372.tar.gz
Adding connection
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e5af129..a16e8c4 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,7 @@ package: test-agent-config
cat $(LIB_ROOT)/sax.js >> $(WEB_FILE)
cat $(LIB_ROOT)/template.js >> $(WEB_FILE)
cat $(LIB_ROOT)/xhr.js >> $(WEB_FILE)
+ cat $(LIB_ROOT)/connection.js >> $(WEB_FILE)
cat $(LIB_ROOT)/templates/calendar_data.js >> $(WEB_FILE)
cat $(LIB_ROOT)/templates/calendar_filter.js >> $(WEB_FILE)
cat $(LIB_ROOT)/sax/base.js >> $(WEB_FILE)