Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ooups I had forgotten this one...
[simgrid.git] / examples / msg / Makefile.am
1 INCLUDES= -I$(top_srcdir)/include
2 AM_CFLAGS=-g
3 EXTRA_DIST= msg_deployment.xml msg_platform.xml 
4
5 check_PROGRAMS=msg_test
6
7 msg_test_SOURCES= messages.h msg_test.c
8 msg_test_LDADD= $(top_builddir)/src/libsimgrid.la
9