From: Bill Erickson Date: Mon, 3 Mar 2014 17:06:12 +0000 (-0500) Subject: LP#1268619: websocket : add JS lib to makefile X-Git-Tag: osrf_rel_2_4_0-alpha~30 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5631bbdfa0f9a4fe2ea1b238c5e2ffee4b606dc1;p=OpenSRF.git LP#1268619: websocket : add JS lib to makefile Signed-off-by: Bill Erickson Signed-off-by: Galen Charlton --- diff --git a/src/Makefile.am b/src/Makefile.am index 282f577..7def8b1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,7 +36,7 @@ endif if INSTALLJAVASCRIPT MAYBE_JAVASCRIPT = javascript jsdir = $(prefix)/lib/javascript -js_SCRIPTS = javascript/DojoSRF.js javascript/JSON_v1.js javascript/md5.js javascript/opensrf.js javascript/opensrf_xhr.js javascript/opensrf_xmpp.js +js_SCRIPTS = javascript/DojoSRF.js javascript/JSON_v1.js javascript/md5.js javascript/opensrf.js javascript/opensrf_xhr.js javascript/opensrf_xmpp.js javascript/opensrf_ws_shared.js endif if BUILDCORE