diff options
author | James Lal <james@lightsofapollo.com> | 2012-09-30 14:24:23 -0700 |
---|---|---|
committer | James Lal <james@lightsofapollo.com> | 2012-09-30 14:24:23 -0700 |
commit | b73354819340234dbf20d47c1777e4b486e1195c (patch) | |
tree | 3170a45ff1a84621ec1ab44bb1647cb9d7701a92 /Makefile | |
parent | adcd11c2570d2e11eb201ce7d216b5067521afe0 (diff) | |
download | jsCalDAV-b73354819340234dbf20d47c1777e4b486e1195c.tar.gz |
added Caldav.Request.Asset for adding/deleting/updating single assets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |