Install named plugins into a separate directory

Installing named plugins into ${libdir} clutters the latter and is not
in line with common filesystem conventions.  Instead, install named
plugins into a separate directory, ${libdir}/named.
This commit is contained in:
Michał Kępień
2019-02-12 15:59:54 +01:00
committed by Evan Hunt
parent a1c9db1baa
commit c527b7fd5c
2 changed files with 5 additions and 3 deletions

View File

@@ -28,6 +28,8 @@ localstatedir = @localstatedir@
mandir = @mandir@
datarootdir = @datarootdir@
plugindir = ${libdir}/named
DESTDIR =
@SET_MAKE@