summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter Rajnoha <prajnoha@redhat.com>2012-07-31 16:46:24 +0200
committerPeter Rajnoha <prajnoha@redhat.com>2012-07-31 16:46:24 +0200
commitfa68466e904568d054f0b0cf5fdab6499cb47998 (patch)
treedbbf29f7353a509c30f57601f197c5caa9fd0719 /Makefile.in
parentd3e67ba8ca13115ffdd324e64e965240dced8ef1 (diff)
downloadlvm2-fa68466e904568d054f0b0cf5fdab6499cb47998.tar.gz
lvm2-fa68466e904568d054f0b0cf5fdab6499cb47998.tar.xz
lvm2-fa68466e904568d054f0b0cf5fdab6499cb47998.zip
systemd: integrate lvm2 activation generator with conf+make
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5e0b348d..04746d14 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -16,7 +16,7 @@ srcdir = @srcdir@
top_srcdir = @top_srcdir@
top_builddir = @top_builddir@
-SUBDIRS = doc include man scripts
+SUBDIRS = doc include man
ifeq ("@UDEV_RULES@", "yes")
SUBDIRS += udev
@@ -36,6 +36,8 @@ ifeq ("@BUILD_LVMETAD@", "yes")
SUBDIRS += libdaemon
endif
+SUBDIRS += scripts
+
# FIXME Should use intermediate Makefiles here!
ifeq ($(MAKECMDGOALS),distclean)
SUBDIRS = doc include man scripts \
@@ -98,6 +100,9 @@ install_system_dirs:
install_initscripts:
$(MAKE) -C scripts install_initscripts
+install_systemd_generators:
+ $(MAKE) -C scripts install_systemd_generators
+
install_systemd_units:
$(MAKE) -C scripts install_systemd_units