diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 03:42:38 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-06-07 03:42:38 -0400 |
commit | edb237129437a0ccace5bfac0ffa0a109748f7b9 (patch) | |
tree | 6a29012e4eb18bbfe715e0e95f98388254b67392 /Makefile.am | |
parent | 778d9872be23b74862fdafcc4e9d2ba5d12f9b6c (diff) | |
parent | 4ba8e235aacb95f04630d3a402a882bb879e6158 (diff) |
Merge branch 'lukeshu/postmove' into lukeshu/master
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c6fa3434c3..9a749f4c1f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6550,14 +6550,20 @@ add-key: #@src/libudev/Makefile at.subdirs += src + #@src/libsystemd/libsystemd-internal/subdir.mk systemd.CPPFLAGS += -DLIBDIR=\"$(libdir)\" systemd.CPPFLAGS += -DUDEVLIBEXECDIR=\"$(udevlibexecdir)\" + #@src/grp-boot/Makefile at.subdirs += bootctl systemd-boot + #@src/grp-coredump/Makefile at.subdirs += coredumpctl systemd-coredump + #@src/grp-machine/Makefile at.subdirs += machinectl systemd-machined +at.subdirs += nss-mymachines + #@all include $(topsrcdir)/build-aux/Makefile.tail.mk |