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 | |
parent | 4f9203808ef9607ae27eba3cf77079bbe661fd95 (diff) |
Update and tidy the build system for autothing v3.
Diffstat (limited to 'src/xbs')
l--------- | src/xbs/GNUmakefile | 1 | ||||
-rw-r--r-- | src/xbs/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/xbs/GNUmakefile b/src/xbs/GNUmakefile new file mode 120000 index 0000000..54fdd42 --- /dev/null +++ b/src/xbs/GNUmakefile @@ -0,0 +1 @@ +../../GNUmakefile
\ No newline at end of file diff --git a/src/xbs/Makefile b/src/xbs/Makefile index 24067e9..bc9f4c8 100644 --- a/src/xbs/Makefile +++ b/src/xbs/Makefile @@ -1,5 +1,6 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk + pkgconfdir = $(sysconfdir)/xbs include $(topsrcdir)/build-aux/Makefile.tail.mk |