diff options
-rw-r--r-- | src/Makefile.am | 8 |
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 |