From: dbs Date: Wed, 6 Aug 2008 16:22:54 +0000 (+0000) Subject: Apply patch from Kevin Beswick: X-Git-Tag: osrf_rel_2_0_1~581 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3f55519b1c4fb7dbb5dabda17f25cab4c0e25994;p=OpenSRF.git Apply patch from Kevin Beswick: "add the new opensrf-perl.pl script to the autotools build for OpenSRF" git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1387 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/Makefile.am b/src/Makefile.am index 4ecc96a..c32950b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -36,7 +36,7 @@ endif SUBDIRS = libopensrf c-apps router srfsh jserver gateway $(MAYBE_PY) $(MAYBE_JA) -dist_bin_SCRIPTS = @top_srcdir@/bin/osrf_ctl.sh +dist_bin_SCRIPTS = @top_srcdir@/bin/osrf_ctl.sh @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