From dc9339b5699ee3b0d48145a1389f93e9e09d02a6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 30 Jan 2017 14:46:36 -0500 Subject: Update and tidy the build system for autothing v3. --- src/xbs/GNUmakefile | 1 + src/xbs/Makefile | 1 + 2 files changed, 2 insertions(+) create mode 120000 src/xbs/GNUmakefile (limited to 'src/xbs') 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 -- cgit v1.2.3-54-g00ecf