X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9813f515720315101489e5c5e6831617708e9f83..5f9c9649e91db8cb9b4df86bf03f77240df05750:/examples/msg/Makefile.am diff --git a/examples/msg/Makefile.am b/examples/msg/Makefile.am index 2b4286c614..6e1382c76e 100644 --- a/examples/msg/Makefile.am +++ b/examples/msg/Makefile.am @@ -113,6 +113,7 @@ 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 +actions_actions_CFLAGS = -I$(top_builddir)/src/include # migration example migration_migration_SOURCES = migration/migration.c