diff --git a/examples/Makefile.am b/examples/Makefile.am
index b709f8d93ee598aaa3ea90b87d230d77361781bf..95b01287c1f85f4b5b0d6745c0415b8e00fa635c 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)