Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a dist-files target to all makefiles. It outputs all files which must be placed...
[simgrid.git] / examples / msg / Makefile.am
index 9deaf09..bac31a6 100644 (file)
@@ -1,9 +1,11 @@
 INCLUDES= -I$(top_srcdir)/include
 AM_CFLAGS=-g
-EXTRA_DIST= msg_deployment.xml msg_platform.xml 
+EXTRA_DIST= msg_deployment.xml msg_platform.xml small_platform.xml small_deployment.xml
 
+TESTS=run_msg_test
 check_PROGRAMS=msg_test
 
 msg_test_SOURCES= messages.h msg_test.c
 msg_test_LDADD=        $(top_builddir)/src/libsimgrid.la
 
+include $(top_srcdir)/acmacro/dist-files.mk