diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-05-17 19:42:57 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-05-17 19:42:57 +0200 |
commit | 705dbf3aa3e95a4e591dcbc79774708d71b0e2e8 (patch) | |
tree | c544fe1027bf5459b9d98b9e8b3f2901cc30ee69 | |
parent | 50321ee3ef31b540e78bb767c3935763b96ea581 (diff) |
units: make sure to ship units/remote-fs.target.m4 in tarball
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3b54699afd..627538d23c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -101,6 +101,7 @@ EXTRA_DIST = \ units/getty@.service.m4 \ units/graphical.target.m4 \ units/multi-user.target.m4 \ + units/remote-fs.target.m4 \ units/systemd-initctl.service.in \ units/systemd-logger.service.in \ units/syslog.target.in \ @@ -361,7 +362,9 @@ CLEANFILES = \ units/basic.target \ units/getty@.service \ units/graphical.target \ - units/multi-user.target + units/multi-user.target \ + units/remote-fs.target \ + units/session/remote-fs.target if HAVE_XSLTPROC man/%.5 man/%.7: man/%.xml |