diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-03 01:18:26 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-03 01:18:26 +0100 |
commit | 1b16c75cd2da6741824e9843135f55e3b5d23d9d (patch) | |
tree | 1481aef8ed7575aab19c7ff037e91dd44e487a85 /Makefile.am | |
parent | 674eb68520107d771e3458287025a73387f938c4 (diff) |
units: install busnames.target by default
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index ce59c040b6..0610635788 100644 --- a/Makefile.am +++ b/Makefile.am @@ -393,6 +393,7 @@ dist_systemunit_DATA = \ units/sigpwr.target \ units/sleep.target \ units/sockets.target \ + units/busnames.target \ units/timers.target \ units/paths.target \ units/suspend.target \ |