summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-02-26 16:09:51 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-02-26 16:09:51 +0200
commitcaf759f8ca53fc45f49f4bc07dbf1724ec9d5b93 (patch)
treecd942ce133486c64a3b889157b98deb317a1ce70 /lib/Makefile.am
parent3448b552964a526641d2e85b4ed27ebe3465f100 (diff)
downloadlibrpm-tizen-caf759f8ca53fc45f49f4bc07dbf1724ec9d5b93.tar.gz
librpm-tizen-caf759f8ca53fc45f49f4bc07dbf1724ec9d5b93.tar.bz2
librpm-tizen-caf759f8ca53fc45f49f4bc07dbf1724ec9d5b93.zip
Switch to libtool versioning, starting at 0:0:0
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 0e5ed0c3e..5b65695b6 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -39,7 +39,7 @@ if SQLITE3
librpm_la_SOURCES += backend/sqlite.c
endif
-librpm_la_LDFLAGS = -release 4.6
+librpm_la_LDFLAGS = -version-info 0:0:0
librpm_la_LIBADD = \
$(top_builddir)/rpmio/librpmio.la \