From: Bill Erickson Date: Fri, 2 Dec 2022 22:15:51 +0000 (+0000) Subject: install redis-accounts.example.txt X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9c0f4ca5fe7886d0fd18352fba77588af8ed1f04;p=working%2FOpenSRF.git install redis-accounts.example.txt Signed-off-by: Bill Erickson --- diff --git a/src/Makefile.am b/src/Makefile.am index 370b6b2..8b9eb6b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -34,7 +34,7 @@ if BUILDCORE MAYBE_CORE = libopensrf c-apps srfsh gateway perl websocket-stdio dist_bin_SCRIPTS = @top_srcdir@/bin/opensrf-perl.pl bin_SCRIPTS = @top_srcdir@/bin/osrf_config -dist_sysconf_DATA = @top_srcdir@/examples/opensrf.xml.example @top_srcdir@/examples/opensrf_core.xml.example @top_srcdir@/examples/srfsh.xml.example +dist_sysconf_DATA = @top_srcdir@/examples/opensrf.xml.example @top_srcdir@/examples/opensrf_core.xml.example @top_srcdir@/examples/srfsh.xml.example @top_srcdir@/examples/redis-accounts.example.txt endif SUBDIRS = $(MAYBE_CORE) $(MAYBE_PY) $(MAYBE_JA)