X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0bd7637562bdc1cae73d541e38363597345033dd..5f7e9bf9cd6ea2c2cfb9246613c03d667d66fd79:/examples/msg/Makefile.am diff --git a/examples/msg/Makefile.am b/examples/msg/Makefile.am index b95deda8db..4198ad671f 100644 --- a/examples/msg/Makefile.am +++ b/examples/msg/Makefile.am @@ -80,7 +80,8 @@ noinst_PROGRAMS = sendrecv/sendrecv \ parallel_task/parallel_task \ parallel_task/test_ptask \ priority/priority \ - properties/msg_prop + properties/msg_prop \ + actions/actions if HAVE_GTNETS noinst_PROGRAMS += gtnets/gtnets gtnets/gtnets_kayo @@ -91,6 +92,10 @@ endif properties_msg_prop_SOURCES = properties/msg_prop.c properties_msg_prop_LDADD = $(top_builddir)/src/libsimgrid.la +# actions example +actions_actions_SOURCES = actions/actions.c +actions_actions_LDADD = $(top_builddir)/src/libsimgrid.la + # sendrecv simple example sendrecv_sendrecv_SOURCES = sendrecv/sendrecv.c