Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics + adding simdag to the main compilation branch.
[simgrid.git] / examples / simdag / Makefile.am
diff --git a/examples/simdag/Makefile.am b/examples/simdag/Makefile.am
new file mode 100644 (file)
index 0000000..b29a672
--- /dev/null
@@ -0,0 +1,10 @@
+INCLUDES= -I$(top_srcdir)/include
+AM_CFLAGS=-g
+
+#TESTS=run_msg_test
+check_PROGRAMS=sd_test
+
+sd_test_SOURCES= sd_test.c
+sd_test_LDADD= $(top_builddir)/src/libsimgrid.la
+
+include $(top_srcdir)/acmacro/dist-files.mk