Bump library sonames

- Lots and lots of API changes, including what amounts to
  rewriting of librpmbuild external API... The only exception is
  librpmsign which is new and starts with 0
This commit is contained in:
Panu Matilainen 2010-12-03 13:59:43 +02:00
parent a5c247c549
commit ed950990c4
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ librpmbuild_la_SOURCES = \
parsePolicies.c policies.c \
rpmbuild_internal.h rpmbuild_misc.h
librpmbuild_la_LDFLAGS = -version-info 1:0:0
librpmbuild_la_LDFLAGS = -version-info 2:0:0
librpmbuild_la_LIBADD = \
$(top_builddir)/lib/librpm.la \
$(top_builddir)/rpmio/librpmio.la \

View File

@ -38,7 +38,7 @@ librpm_la_SOURCES = \
rpmliblua.c rpmliblua.h rpmchroot.c rpmchroot.h \
rpmplugins.c rpmplugins.h
librpm_la_LDFLAGS = -version-info 1:0:0
librpm_la_LDFLAGS = -version-info 2:0:0
librpm_la_LIBADD = \
$(top_builddir)/rpmio/librpmio.la \

View File

@ -18,7 +18,7 @@ librpmio_la_SOURCES = \
rpmstring.c rpmfileutil.c \
rpmkeyring.c
librpmio_la_LDFLAGS = -version-info 1:0:0
librpmio_la_LDFLAGS = -version-info 2:0:0
librpmio_la_LIBADD = \
../misc/libmisc.la \
@WITH_NSS_LIB@ \