From b73354819340234dbf20d47c1777e4b486e1195c Mon Sep 17 00:00:00 2001 From: James Lal Date: Sun, 30 Sep 2012 14:24:23 -0700 Subject: added Caldav.Request.Asset for adding/deleting/updating single assets --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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) -- cgit