From 9ee033065e95464a9b953e21dad347fb0059f9e7 Mon Sep 17 00:00:00 2001
From: Ali Mohammed <ali.mohammed@hpe.com>
Date: Tue, 4 Jan 2022 13:51:30 +0100
Subject: [PATCH] add include path of mamba to protocols

---
 protocols/Makefile.am | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/protocols/Makefile.am b/protocols/Makefile.am
index 89137f31..40d1a632 100644
--- a/protocols/Makefile.am
+++ b/protocols/Makefile.am
@@ -55,7 +55,9 @@ protobuf-c/protobuf-c.h: $(abs_top_srcdir)/deps/protobuf-c/protobuf-c/protobuf-c
 
 libmaestro_proto_la_CPPFLAGS = \
                    -I$(abs_top_builddir)/deps/protobuf/dst/include \
-		   -I$(abs_top_srcdir)/include
+		   		   -I$(abs_top_srcdir)/include \
+				   -I$(top_srcdir)/deps/mamba/common \
+		           -I$(top_srcdir)/deps/mamba/memory 
 
 
 if WITH_LOCAL_LIBFABRIC
-- 
GitLab