diff options
author | Kay Sievers <kay@vrfy.org> | 2014-01-07 07:30:34 +0800 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-01-08 08:38:39 +0800 |
commit | 7ca7b61f70371493a0539a76108dd84e0f765264 (patch) | |
tree | 36f4d705fbf7fddc02cc5385c6786288a05aa4fc /Makefile.am | |
parent | c79af123de72cdb70f122c7fda5b2401acc5ea7b (diff) |
bus-proxyd: support --user bus address
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index aed8c326a7..2d299d4183 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1921,10 +1921,8 @@ dist_systemunit_DATA += \ units/systemd-bus-proxyd.socket dist_userunit_DATA += \ - units/user/systemd-bus-proxyd.socket - -USER_UNIT_ALIASES += \ - $(systemunitdir)/systemd-bus-proxyd@.service systemd-bus-proxyd@.service + units/user/systemd-bus-proxyd.socket \ + units/user/systemd-bus-proxyd@.service endif EXTRA_DIST += \ |