[Opensrf-commits] r2098 - branches/rel_2_0/src (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Nov 20 10:29:15 EST 2010


Author: erickson
Date: 2010-11-20 10:29:13 -0500 (Sat, 20 Nov 2010)
New Revision: 2098

Modified:
   branches/rel_2_0/src/Makefile.am
Log:
install srfsh.py when --enable-python is set

Modified: branches/rel_2_0/src/Makefile.am
===================================================================
--- branches/rel_2_0/src/Makefile.am	2010-11-20 15:29:02 UTC (rev 2097)
+++ branches/rel_2_0/src/Makefile.am	2010-11-20 15:29:13 UTC (rev 2098)
@@ -42,7 +42,7 @@
 if BUILDCORE
 MAYBE_CORE = libopensrf c-apps router srfsh gateway perl
 if BUILDPYTHON
-dist_bin_SCRIPTS = @top_srcdir@/bin/opensrf-perl.pl @top_srcdir@/src/python/opensrf.py
+dist_bin_SCRIPTS = @top_srcdir@/bin/opensrf-perl.pl @top_srcdir@/src/python/opensrf.py @top_srcdir@/src/python/srfsh.py
 else
 dist_bin_SCRIPTS = @top_srcdir@/bin/opensrf-perl.pl
 endif



More information about the opensrf-commits mailing list