From: Bill Erickson Date: Mon, 3 Mar 2014 17:12:24 +0000 (-0500) Subject: web staff: add websocket JS to installer makefile X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c9768a6286b82eae43b379e6b8b2ac097315db16;p=working%2FEvergreen.git web staff: add websocket JS to installer makefile Signed-off-by: Bill Erickson --- diff --git a/Open-ILS/web/Makefile.am b/Open-ILS/web/Makefile.am index 4b7a76a6d4..d77031241a 100644 --- a/Open-ILS/web/Makefile.am +++ b/Open-ILS/web/Makefile.am @@ -28,7 +28,8 @@ JSDOJOSRF = $(OPENSRF_LIBS)/javascript/md5.js \ $(OPENSRF_LIBS)/javascript/JSON_v1.js \ $(OPENSRF_LIBS)/javascript/opensrf.js \ $(OPENSRF_LIBS)/javascript/opensrf_xhr.js \ - $(OPENSRF_LIBS)/javascript/opensrf_xmpp.js + $(OPENSRF_LIBS)/javascript/opensrf_xmpp.js \ + $(OPENSRF_LIBS)/javascript/opensrf_ws_shared.js endif install-exec-local: webcore-install offline-install