diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-06 22:48:01 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-06 22:48:01 -0400 |
commit | 3becb99f442630e1f0771a86320dd668e3da03c3 (patch) | |
tree | 5c18d6eaa7a80a4ab1eb36b3b774a5c65d0c2590 /src/Makefile | |
parent | 4511e28baca960f9a732e600af6acbb242b22b91 (diff) |
stuff
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 4386f9e5cc..5d4e7de7de 100644 --- a/src/Makefile +++ b/src/Makefile @@ -23,6 +23,7 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk +at.subdirs += busctl at.subdirs += systemd-nspawn include $(topsrcdir)/build-aux/Makefile.tail.mk |