From: oetiker Date: Sun, 1 May 2005 11:00:36 +0000 (+0000) Subject: increasse revision of shared library number since the library source code has changed X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=69edd8725614e78677ff400d9eac1adfb88de75e;p=rrdtool-all.git increasse revision of shared library number since the library source code has changed git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@464 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/program/src/Makefile.am b/program/src/Makefile.am index 4caf416f..29e69241 100644 --- a/program/src/Makefile.am +++ b/program/src/Makefile.am @@ -97,11 +97,11 @@ librrd_la_SOURCES = $(RRD_C_FILES) rrd_not_thread_safe.c # your package will not be binary compatible with any other release. # # see http://www.gnu.org/software/libtool/manual.html#SEC32 for explanation -librrd_la_LDFLAGS = -version-info 2:0:0 +librrd_la_LDFLAGS = -version-info 2:1:0 librrd_th_la_SOURCES = $(RRD_C_FILES) rrd_thread_safe.c librrd_th_la_CFLAGS = $(MULTITHREAD_CFLAGS) -librrd_th_la_LDFLAGS = $(MULTITHREAD_LDFLAGS) -version-info 1:0:0 +librrd_th_la_LDFLAGS = $(MULTITHREAD_LDFLAGS) -version-info 2:1:0 include_HEADERS = rrd.h