From f357b412a51723a654928479e6c9afd7f48dfb88 Mon Sep 17 00:00:00 2001 From: Ali Mohammed <ali.mohammed@hpe.com> Date: Fri, 9 Sep 2022 12:17:17 +0300 Subject: [PATCH] add local_pool_op to make examples --- examples/Makefile.am | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/Makefile.am b/examples/Makefile.am index b709f8d9..95b01287 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,13 +1,10 @@ -AM_CFLAGS = -I$(includedir)/maestro +AM_CFLAGS = -I$(includedir)/maestro -I../deps/libcyaml/include/cyaml/ AM_LDFLAGS = -L$(libdir) -fopenmp -lmaestro -include_HEADERS = - - -examples_bin = core_bench +examples_bin = core_bench local_pool_op examplesdir = $(top_srcdir)/examples examples_PROGRAMS = $(examples_bin) -- GitLab