diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-09 15:55:33 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-09 15:55:33 -0400 |
commit | d330445fb7f84748e70e67ca5bc44ce0a1a258f7 (patch) | |
tree | 0c1c957298635b7ba0ff69c2fe76af647304a631 /src/xbs/Makefile | |
parent | f579b669d45c02b39474827f12522ff4afa6cf4a (diff) |
Work with the new version of autothing.
Diffstat (limited to 'src/xbs/Makefile')
-rw-r--r-- | src/xbs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xbs/Makefile b/src/xbs/Makefile index 974586e..24067e9 100644 --- a/src/xbs/Makefile +++ b/src/xbs/Makefile @@ -1,5 +1,5 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk -include $(topsrcdir)/automake.head.mk +include $(topsrcdir)/build-aux/Makefile.head.mk pkgconfdir = $(sysconfdir)/xbs -include $(topsrcdir)/automake.tail.mk +include $(topsrcdir)/build-aux/Makefile.tail.mk |