summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2009-04-27 14:12:59 +0200
committerMartin Nagy <mnagy@redhat.com>2009-04-27 14:16:19 +0200
commite68a3316ad175fff0ebbd7b38cbb34425e17e9a2 (patch)
tree017b9837328a97e2fd4705cfa71334874f261191
parent4c283d3c02da89dfe9a1d75407173252638c982d (diff)
downloadldap_driver_testing-e68a3316ad175fff0ebbd7b38cbb34425e17e9a2.tar.gz
ldap_driver_testing-e68a3316ad175fff0ebbd7b38cbb34425e17e9a2.tar.xz
ldap_driver_testing-e68a3316ad175fff0ebbd7b38cbb34425e17e9a2.zip
Install plugin into $libdir/bind subdirectory and omit SOname version number.
-rw-r--r--src/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index f5cf9da..c15e1cb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,5 @@
-lib_LTLIBRARIES = libdnsldap.la
-
-LIBMAJOR = 1
-LIBMINOR = 0
+bindplugin_LTLIBRARIES = libdnsldap.la
+bindplugindir=$(libdir)/bind
HDRS = \
acl.h \
@@ -32,4 +30,4 @@ libdnsldap_la_SOURCES = \
libdnsldap_la_CFLAGS = -Wall -Wextra -pedantic -std=c99
-libdnsldap_la_LDFLAGS = -version-number $(LIBMAJOR):$(LIBMINOR):0
+libdnsldap_la_LDFLAGS = -avoid-version