[dm-devel] [PATCH] Makefile: include Makefile.inc

Gioh Kim gi-oh.kim at profitbricks.com
Thu Jul 5 12:11:56 UTC 2018


Since ENABLE_LIBDMMP is defined in Makefile.inc, Makefile needs to include
Makefile.inc to disable building libdmmp.

Signed-off-by: Gioh Kim <gi-oh.kim at profitbricks.com>
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 4b145c59..4a224a76 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,8 @@
 # Copyright (C) 2003 Christophe Varoqui, <christophe.varoqui at opensvc.com>
 #
 
+include Makefile.inc
+
 BUILDDIRS = \
 	libmpathcmd \
 	libmultipath \
-- 
2.14.1




More information about the dm-devel mailing list