aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJames Lal <james@lightsofapollo.com>2012-09-30 14:24:23 -0700
committerJames Lal <james@lightsofapollo.com>2012-09-30 14:24:23 -0700
commitb73354819340234dbf20d47c1777e4b486e1195c (patch)
tree3170a45ff1a84621ec1ab44bb1647cb9d7701a92 /Makefile
parentadcd11c2570d2e11eb201ce7d216b5067521afe0 (diff)
downloadjsCalDAV-b73354819340234dbf20d47c1777e4b486e1195c.tar.gz
added Caldav.Request.Asset for adding/deleting/updating single assets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 51d8eb2..2815f92 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ package: test-agent-config
cat $(LIB_ROOT)/sax/calendar_data_handler.js >> $(WEB_FILE)
cat $(LIB_ROOT)/sax/dav_response.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)
cat $(LIB_ROOT)/request/calendar_query.js >> $(WEB_FILE)
cat $(LIB_ROOT)/request/calendar_home.js >> $(WEB_FILE)