From 59d6e4cabc9490ea3a9c876924059bf8a0428e17 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 24 Mar 2018 14:52:04 -0400 Subject: Makefile: Support split libdir / libexecdir I intend to have xbs-abs have separate libdir / libexecdir s. --- build-aux/Makefile.each.head/20-libretools.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build-aux/Makefile.each.head') diff --git a/build-aux/Makefile.each.head/20-libretools.mk b/build-aux/Makefile.each.head/20-libretools.mk index be4b8aa..470db51 100644 --- a/build-aux/Makefile.each.head/20-libretools.mk +++ b/build-aux/Makefile.each.head/20-libretools.mk @@ -1,4 +1,4 @@ -# Copyright (C) 2017 Luke Shumaker +# Copyright (C) 2017-2018 Luke Shumaker # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -15,6 +15,7 @@ pkgconfdir = $(sysconfdir)/libretools.d pkglibexecdir = $(libexecdir)/libretools +pkglibdir = $(libdir)/libretools # Auto-detect ######################################################## -- cgit v1.2.2