From 705dbf3aa3e95a4e591dcbc79774708d71b0e2e8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 17 May 2010 19:42:57 +0200 Subject: [PATCH] units: make sure to ship units/remote-fs.target.m4 in tarball --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3b54699af..627538d23 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 -- 2.30.2