summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-05-15 22:59:24 +0200
committerTom Gundersen <teg@jklm.no>2015-05-15 22:59:43 +0200
commitb5acb956d1ceca70e1fc7546534b43b7d81322cc (patch)
tree99a33c3b7a2a4b774d9c9732236f30ad487daeae /Makefile.am
parenta542c4dc43db906b30ea6b2b1192cf87b01f572e (diff)
units: make networkd pull in its own .busname unit
The daemon requires the busname unit to operate (on kdbus systems), since it contains the policy that allows it to acquire its service name. This fixes https://bugs.freedesktop.org/show_bug.cgi?id=90287
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 861f3b2e43..211ce6ab6f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5920,7 +5920,7 @@ gperf_gperf_sources += \
src/network/networkd-netdev-gperf.gperf
EXTRA_DIST += \
- units/systemd-networkd.service.in \
+ units/systemd-networkd.service.m4.in \
units/systemd-networkd-wait-online.service.in
endif