diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-12-17 02:43:38 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-12-17 15:42:33 +0100 |
commit | 15e913230c652ace36abfbf2b6fed0c1f56b8711 (patch) | |
tree | 004d44c64975cf1b83ed946cba54816afc8259b0 /Makefile.am | |
parent | 816a3f9ec58a695a859aa9718c245a9476d72654 (diff) |
bus: install unit files for new driver service
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index de63054ade..8bef21bda3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3728,8 +3728,21 @@ systemd_bus_driverd_LDADD = \ rootlibexec_PROGRAMS += \ systemd-bus-driverd + +nodist_systemunit_DATA += \ + units/systemd-bus-driverd.service + +dist_systemunit_DATA += \ + units/org.freedesktop.DBus.busname + +BUSNAMES_TARGET_WANTS += \ + org.freedesktop.DBus.busname + endif +EXTRA_DIST += \ + units/systemd-bus-driverd.service.in + # ------------------------------------------------------------------------------ if ENABLE_LOCALED systemd_localed_SOURCES = \ |