diff options
author | jbj <devnull@localhost> | 2004-11-19 17:41:09 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2004-11-19 17:41:09 +0000 |
commit | 3ffb936701c4cb2907ec56c9737d2752a6533567 (patch) | |
tree | 4f8feb755e84d03c4c918ca929a1d59cb282b4ab /lib | |
parent | aba69f496375ef8368665a781805bda3be7c66b1 (diff) | |
download | librpm-tizen-3ffb936701c4cb2907ec56c9737d2752a6533567.tar.gz librpm-tizen-3ffb936701c4cb2907ec56c9737d2752a6533567.tar.bz2 librpm-tizen-3ffb936701c4cb2907ec56c9737d2752a6533567.zip |
- bump soname into libfoo-4.4.so everywhere.
CVS patchset: 7590
CVS date: 2004/11/19 17:41:09
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 3ef37452e..0233b5921 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -40,7 +40,7 @@ librpm_la_SOURCES = \ rpmlead.c rpmlibprov.c rpmps.c rpmrc.c rpmsx.c rpmte.c rpmts.c \ rpmvercmp.c signature.c stringbuf.c transaction.c \ verify.c rpmlock.c -librpm_la_LDFLAGS = -release 4.3 $(LDFLAGS) \ +librpm_la_LDFLAGS = -release 4.4 $(LDFLAGS) \ $(top_builddir)/rpmdb/librpmdb.la \ $(top_builddir)/rpmio/librpmio.la \ $(top_builddir)/popt/libpopt.la \ |