diff options
author | Tom Gundersen <teg@jklm.no> | 2014-10-04 13:11:40 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-10-04 13:15:59 +0200 |
commit | c71202228f31176eee2aa7c798c9f3ff681cf957 (patch) | |
tree | 1aeac29e979e46229fa4bcb0863fa86181c11127 | |
parent | f45d32872cb65530b6c7b4818c40e917b44b2633 (diff) |
systemd-bus-proxyd: distribute the .in file also for the user version
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index cca949feff..d2a1767265 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2477,13 +2477,16 @@ nodist_systemunit_DATA += \ dist_systemunit_DATA += \ units/systemd-bus-proxyd.socket -dist_userunit_DATA += \ - units/user/systemd-bus-proxyd.socket \ +nodist_userunit_DATA += \ units/user/systemd-bus-proxyd@.service + +dist_userunit_DATA += \ + units/user/systemd-bus-proxyd.socket endif EXTRA_DIST += \ - units/systemd-bus-proxyd@.service.in + units/systemd-bus-proxyd@.service.in \ + units/user/systemd-bus-proxyd@.service.in # ------------------------------------------------------------------------------ systemd_tty_ask_password_agent_SOURCES = \ |