summaryrefslogtreecommitdiffstats
path: root/daemons/dmeventd/plugins/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'daemons/dmeventd/plugins/Makefile.in')
-rw-r--r--daemons/dmeventd/plugins/Makefile.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/daemons/dmeventd/plugins/Makefile.in b/daemons/dmeventd/plugins/Makefile.in
index 6c51c9f2..b26e6d82 100644
--- a/daemons/dmeventd/plugins/Makefile.in
+++ b/daemons/dmeventd/plugins/Makefile.in
@@ -30,8 +30,12 @@ ifneq ("@RAID@", "none")
SUBDIRS += raid
endif
+ifneq ("@THIN@", "none")
+ SUBDIRS += thin
+endif
+
ifeq ($(MAKECMDGOALS),distclean)
- SUBDIRS = lvm2 mirror snapshot raid
+ SUBDIRS = lvm2 mirror snapshot raid thin
endif
include $(top_builddir)/make.tmpl
@@ -39,3 +43,4 @@ include $(top_builddir)/make.tmpl
snapshot: lvm2
mirror: lvm2
raid: lvm2
+thin: lvm2