summaryrefslogtreecommitdiff
path: root/build-aux/Makefile.each.head
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2018-03-24 14:52:04 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-03-24 19:21:54 -0400
commit59d6e4cabc9490ea3a9c876924059bf8a0428e17 (patch)
tree7399013e99e6e3924234b49239e3e2e9742d6b55 /build-aux/Makefile.each.head
parentdf7ede3ffcd8cdfc39d0cba4d6ae18a7fd78ed9e (diff)
Makefile: Support split libdir / libexecdir
I intend to have xbs-abs have separate libdir / libexecdir s.
Diffstat (limited to 'build-aux/Makefile.each.head')
-rw-r--r--build-aux/Makefile.each.head/20-libretools.mk3
1 files changed, 2 insertions, 1 deletions
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 ########################################################