diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-03-26 02:48:25 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-03-26 02:49:11 +0100 |
commit | 810bc2e3d594f6ed3f979b86b23c6868e17a2ad7 (patch) | |
tree | 576c7eb90b1b67ca8c1704f6cca65c0a20e35d0e /Makefile.am | |
parent | ab9a2ef00b1a9fb2f1b0732efe5a67daa49e5e80 (diff) |
build-sys: ship missing unit file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index d7c46408fe..d5eb7ad6db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -355,6 +355,7 @@ dist_systemunit_DATA = \ units/initrd-root-fs.target \ units/remote-fs.target \ units/remote-fs-pre.target \ + units/remote-fs-setup.target \ units/network.target \ units/nss-lookup.target \ units/nss-user-lookup.target \ |