]> err.no Git - varnish/commitdiff
Bump SONAME
authortfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 29 Aug 2008 09:37:19 +0000 (09:37 +0000)
committertfheen <tfheen@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 29 Aug 2008 09:37:19 +0000 (09:37 +0000)
We're not binary compatible, so bump soname.  Closes: #293

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3140 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/lib/libvarnish/Makefile.am
varnish-cache/lib/libvarnishapi/Makefile.am
varnish-cache/lib/libvarnishcompat/Makefile.am
varnish-cache/lib/libvcl/Makefile.am

index 800704a6f0e2b17209dce2acfa61adb5856dc046..4ac60d2f8c873f21a5f985d63f0b89397e88a74f 100644 (file)
@@ -4,6 +4,8 @@ INCLUDES = -I$(top_srcdir)/include
 
 lib_LTLIBRARIES = libvarnish.la
 
+libvarnish_la_LDFLAGS = -version-info 1:0:0
+
 libvarnish_la_SOURCES = \
        argv.c \
        assert.c \
index 6973fcdaf26f4c3659107bbdd059f7e76c1b5c91..b109811e638c06f49989ee0aa5ea77048cdc07d3 100644 (file)
@@ -4,6 +4,8 @@ INCLUDES = -I$(top_srcdir)/include
 
 lib_LTLIBRARIES = libvarnishapi.la
 
+libvarnishapi_la_LDFLAGS = -version-info 1:0:0
+
 libvarnishapi_la_SOURCES = \
        base64.c \
        instance.c \
index 83390a6333fb4002512ac275e409ba6f9830624f..4c63d9b13c2bdaf10f0fdd8158b035238c061935 100644 (file)
@@ -4,6 +4,8 @@ INCLUDES = -I$(top_srcdir)/include
 
 lib_LTLIBRARIES = libvarnishcompat.la
 
+libvarnishcompat_la_LDFLAGS = -version-info 1:0:0
+
 libvarnishcompat_la_SOURCES = \
        asprintf.c \
        daemon.c \
index 8910e8b1dbef064e60139316a4aa7010b4f77ae1..77b719c7a83ff80fe041d396cb8111fee79a09b9 100644 (file)
@@ -4,6 +4,8 @@ INCLUDES = -I$(top_srcdir)/include
 
 lib_LTLIBRARIES = libvcl.la
 
+libvcl_la_LDFLAGS = -version-info 1:0:0
+
 libvcl_la_SOURCES = \
        vcc_priv.h \
        vcc_compile.h \