From c9768a6286b82eae43b379e6b8b2ac097315db16 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 3 Mar 2014 12:12:24 -0500 Subject: [PATCH] web staff: add websocket JS to installer makefile Signed-off-by: Bill Erickson --- Open-ILS/web/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.11.0