From e68a3316ad175fff0ebbd7b38cbb34425e17e9a2 Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Mon, 27 Apr 2009 14:12:59 +0200 Subject: Install plugin into $libdir/bind subdirectory and omit SOname version number. --- src/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src') 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 -- cgit