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.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=ad994d046d175fec8f67cc3b7cddf3cb77d341be increasse revision of shared library number since the library source code has changed git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@464 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/Makefile.am b/src/Makefile.am index 4caf416..29e6924 100644 --- a/src/Makefile.am +++ b/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