diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-30 14:46:36 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-01-30 18:54:01 -0500 |
commit | dc9339b5699ee3b0d48145a1389f93e9e09d02a6 (patch) | |
tree | ed71bd691ea6e0d05d47e2bfd891c333bf5709ab /src/xbs-abslibre/Makefile | |
parent | 4f9203808ef9607ae27eba3cf77079bbe661fd95 (diff) |
Update and tidy the build system for autothing v3.
Diffstat (limited to 'src/xbs-abslibre/Makefile')
-rw-r--r-- | src/xbs-abslibre/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/xbs-abslibre/Makefile b/src/xbs-abslibre/Makefile index 71da5e7..a86b958 100644 --- a/src/xbs-abslibre/Makefile +++ b/src/xbs-abslibre/Makefile @@ -1,8 +1,9 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk + pkglibexecdir = $(libexecdir)/xbs -libretools-bins = -libretools-libexecs = helper-abslibre +libretools.out.bins = +libretools.out.libexecs = helper-abslibre include $(topsrcdir)/build-aux/Makefile.tail.mk |