[Opensrf-commits] r2171 - branches/rel_2_0/src/libopensrf (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Feb 22 12:44:29 EST 2011


Author: dbs
Date: 2011-02-22 12:44:25 -0500 (Tue, 22 Feb 2011)
New Revision: 2171

Modified:
   branches/rel_2_0/src/libopensrf/Makefile.am
Log:
Prepare for version 2.0.0 with versioning for 2.0.0

Use the libtool -version-info option to provide an explicit version
for the libopensrf.so library. Introducing versioned libraries will
give us the ability to force recompiles of linked applications when
binary compatibility has been broken.


Modified: branches/rel_2_0/src/libopensrf/Makefile.am
===================================================================
--- branches/rel_2_0/src/libopensrf/Makefile.am	2011-02-22 17:41:00 UTC (rev 2170)
+++ branches/rel_2_0/src/libopensrf/Makefile.am	2011-02-22 17:44:25 UTC (rev 2171)
@@ -112,4 +112,4 @@
 libopensrf_la_LIBADD = $(memcached_LIBS)
 
 libopensrf_la_SOURCES = $(TARGS) $(TARGS_HEADS) $(JSON_TARGS) $(JSON_TARGS_HEADS)
-
+libopensrf_la_LDFLAGS = -version-info 2:0:0



More information about the opensrf-commits mailing list