diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-02-02 22:59:22 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-02-02 22:59:22 -0500 |
commit | 36c957959dc11ae7176c5ed07a03ca370014899b (patch) | |
tree | cdf709d4404c0d1beb2c3b13ce781ca7b87caf0b /Makefile.am | |
parent | 6cb8e687f038424ef54b5c5c3c433be974fbe371 (diff) |
build-sys: distribute systemd-networkd.socket
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index fdadda7d31..2b980b45f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5666,9 +5666,11 @@ tests += \ test-network \ test-network-tables +dist_systemunit_DATA += \ + units/systemd-networkd.socket + nodist_systemunit_DATA += \ units/systemd-networkd.service \ - units/systemd-networkd.socket \ units/systemd-networkd-wait-online.service GENERAL_ALIASES += \ |