Skip to content
Snippets Groups Projects
Commit c5c80167 authored by Utz-Uwe Haus's avatar Utz-Uwe Haus
Browse files

ensure attributes.h does not refer to uninstalled mamba headers

parent 62c4a5df
Tags
1 merge request!47Resolve "include/maestro/attributes.h cannot include mamba header from deps-path"
Pipeline #87490 failed
...@@ -40,7 +40,8 @@ BUILT_SOURCES = maestro-core-yaml.h ecmwf-yaml.h ...@@ -40,7 +40,8 @@ BUILT_SOURCES = maestro-core-yaml.h ecmwf-yaml.h
libattributes_la_CPPFLAGS = \ libattributes_la_CPPFLAGS = \
-I$(top_srcdir) \ -I$(top_srcdir) \
-I$(top_srcdir)/protocols \ -I$(top_srcdir)/protocols \
-I$(top_srcdir)/deps/mamba \ -I$(top_srcdir)/deps/mamba/common \
-I$(top_srcdir)/deps/mamba/memory \
-I$(top_srcdir)/include \ -I$(top_srcdir)/include \
-I$(top_srcdir)/deps/libyaml/include \ -I$(top_srcdir)/deps/libyaml/include \
-I$(top_srcdir)/deps/libcyaml/include -I$(top_srcdir)/deps/libcyaml/include
......
...@@ -45,7 +45,7 @@ extern "C" { ...@@ -45,7 +45,7 @@ extern "C" {
#include <stdbool.h> #include <stdbool.h>
#include "maestro/status.h" #include "maestro/status.h"
#include "deps/mamba/common/mmb_layout.h" #include "mamba.h"
/**@addtogroup MSTRO_Core /**@addtogroup MSTRO_Core
**@{ **@{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment