aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichal Budzynski <michal@virtualdesign.pl>2012-11-06 11:54:07 -0800
committerMichal Budzynski <michal@virtualdesign.pl>2012-11-08 16:16:07 -0800
commitb74223999c5a240306132704177eb9cbb1dc9143 (patch)
treef2980f8379b9abfaebf2fe7d41d0a9415cd13517 /Makefile
parent84c07224a04189d42abbcd2dbfaf541fa53a90ff (diff)
downloadjsCalDAV-b74223999c5a240306132704177eb9cbb1dc9143.tar.gz
error handler
a error-handling a err
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6a1236a..7393e74 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ package: test-agent-config
cat $(LIB_ROOT)/sax/base.js >> $(WEB_FILE)
cat $(LIB_ROOT)/sax/calendar_data_handler.js >> $(WEB_FILE)
cat $(LIB_ROOT)/sax/dav_response.js >> $(WEB_FILE)
+ cat $(LIB_ROOT)/request/errors.js >> $(WEB_FILE)
cat $(LIB_ROOT)/request/abstract.js >> $(WEB_FILE)
cat $(LIB_ROOT)/request/asset.js >> $(WEB_FILE)
cat $(LIB_ROOT)/request/propfind.js >> $(WEB_FILE)