diff options
Diffstat (limited to 'src/xbs-abslibre')
l--------- | src/xbs-abslibre/GNUmakefile | 1 | ||||
-rw-r--r-- | src/xbs-abslibre/Makefile | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/src/xbs-abslibre/GNUmakefile b/src/xbs-abslibre/GNUmakefile new file mode 120000 index 0000000..54fdd42 --- /dev/null +++ b/src/xbs-abslibre/GNUmakefile @@ -0,0 +1 @@ +../../GNUmakefile
\ No newline at end of file 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 |