diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-02-21 04:38:17 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-21 14:37:53 +0100 |
commit | c4a0b20c7a3043a6691ca23d4a1a7c15b5082a03 (patch) | |
tree | 058d9ae18a09598b487febf0d3dc5165a9518159 /Makefile.am | |
parent | 9ac441c0f40a10a6c498398e5876a5256b833e31 (diff) |
install: do not statically enable systemd-networkd
[tomegun: pruned the commit message as not to contradict the follow-up commit]
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index c5724dcc72..8099acd58e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3955,9 +3955,6 @@ systemd_networkd_LDADD = \ nodist_systemunit_DATA += \ units/systemd-networkd.service -MULTI_USER_TARGET_WANTS += \ - systemd-networkd.service - test_network_SOURCES = \ src/network/test-network.c \ src/network/networkd.h \ |