X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/10bda7a0c02fc986f3447f5321000a0b3d56e663..f739471a9775c2d1a3ef5b303aa7a505d065233c:/examples/msg/Makefile.am diff --git a/examples/msg/Makefile.am b/examples/msg/Makefile.am index 729fcc5c48..4424830a04 100644 --- a/examples/msg/Makefile.am +++ b/examples/msg/Makefile.am @@ -5,7 +5,7 @@ EXTRA_DIST= msg_deployment.xml msg_platform.xml small_platform.xml small_deploym CLEANFILES=msg_test.trace TESTS=run_msg_test -check_PROGRAMS=msg_test msg_test_surfxml_bypassed msg_test_suspend +check_PROGRAMS=msg_test msg_test_surfxml_bypassed msg_test_suspend ping_pong msg_test_SOURCES= msg_test.c msg_test_LDADD= $(top_builddir)/src/libsimgrid.la @@ -16,4 +16,7 @@ msg_test_surfxml_bypassed_LDADD = $(top_builddir)/src/libsimgrid.la msg_test_suspend_SOURCES= msg_test_suspend.c msg_test_suspend_LDADD= $(top_builddir)/src/libsimgrid.la +ping_pong_SOURCES= ping_pong.c +ping_pong_LDADD= $(top_builddir)/src/libsimgrid.la + include $(top_srcdir)/acmacro/dist-files.mk