diff mbox

Makefile: include Makefile.inc

Message ID 20180705121156.11954-1-gi-oh.kim@profitbricks.com (mailing list archive)
State Not Applicable, archived
Delegated to: christophe varoqui
Headers show

Commit Message

Gi-Oh Kim July 5, 2018, 12:11 p.m. UTC
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@profitbricks.com>
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

Comments

Martin Wilck July 6, 2018, 1:47 p.m. UTC | #1
On Thu, 2018-07-05 at 14:11 +0200, Gioh Kim wrote:
> Since ENABLE_LIBDMMP is defined in Makefile.inc, Makefile needs to
> include
> Makefile.inc to disable building libdmmp.

Reviewed-by: Martin Wilck <mwilck@suse.com>
diff mbox

Patch

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@opensvc.com>
 #
 
+include Makefile.inc
+
 BUILDDIRS = \
 	libmpathcmd \
 	libmultipath \