From c267ec08ad901efe11926315697b23798a504074 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 4 Aug 2014 14:02:22 -0400 Subject: [PATCH] LP#1350042 link opensrf websockets JS scripts Signed-off-by: Bill Erickson Signed-off-by: Ben Shum --- Open-ILS/web/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Open-ILS/web/Makefile.am b/Open-ILS/web/Makefile.am index 4b7a76a6d4..d49719d535 100644 --- a/Open-ILS/web/Makefile.am +++ b/Open-ILS/web/Makefile.am @@ -28,7 +28,9 @@ 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.js \ + $(OPENSRF_LIBS)/javascript/opensrf_ws_shared.js endif install-exec-local: webcore-install offline-install -- 2.43.2