summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2011-07-28 12:57:26 +0000
committerPeter Rajnoha <prajnoha@redhat.com>2011-07-28 12:57:26 +0000
commit395d204d9ca12c85744ef9349c0cc071691a4035 (patch)
treec5912bd9c8197d5e8c1c4e13b1a3a76789a60312 /Makefile.in
parent5071d9eceb9fedba9d943604098ccc8bf585fa82 (diff)
downloadlvm2-395d204d9ca12c85744ef9349c0cc071691a4035.tar.gz
lvm2-395d204d9ca12c85744ef9349c0cc071691a4035.tar.xz
lvm2-395d204d9ca12c85744ef9349c0cc071691a4035.zip
Configure and makefile changes for newly added systemd unit files.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index f7e34f4b..38c41a3c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -92,6 +92,9 @@ install_system_dirs:
install_initscripts:
$(MAKE) -C scripts install_initscripts
+install_systemd_units:
+ $(MAKE) -C scripts install_systemd_units
+
LCOV_TRACES = libdm.info lib.info tools.info \
daemons/dmeventd.info daemons/clvmd.info
CLEAN_TARGETS += $(LCOV_TRACES)