summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2009-03-30 15:48:13 +0200
committerMartin Nagy <mnagy@redhat.com>2009-03-30 16:53:11 +0200
commit9fabe08e2f6ec79451882d8984d507bb0597227e (patch)
tree93717d711ee013aba40cdaef6ff79bd7956338b6
parentf6b99cd7d7ea5aa5908903765095e844fc9ff3f9 (diff)
downloadldap_driver_testing-9fabe08e2f6ec79451882d8984d507bb0597227e.tar.gz
ldap_driver_testing-9fabe08e2f6ec79451882d8984d507bb0597227e.tar.xz
ldap_driver_testing-9fabe08e2f6ec79451882d8984d507bb0597227e.zip
Use -version-number instead of -version-info as libtool parameter.
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 19892e6..ffa5499 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,4 +12,4 @@ libdnsldap_la_SOURCES = $(HDRS) cache.c ldap_convert.c ldap_driver.c \
libdnsldap_la_CFLAGS = -Wall -Wextra -pedantic -std=c99
-libdnsldap_la_LDFLAGS = -version-info $(LIBMAJOR):$(LIBMINOR):0
+libdnsldap_la_LDFLAGS = -version-number $(LIBMAJOR):$(LIBMINOR):0