Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
There is a new process in can
[simgrid.git] / examples / gras / p2p / can / Makefile.am
index a9bcb4b..a0f8ec7 100644 (file)
@@ -3,7 +3,7 @@ INCLUDES= -I$(top_srcdir)/include
 EXTRA_DIST=can_deployment.xml $(TESTS)
 
 # AUTOMAKE variable definition
-noinst_PROGRAMS=can_node can_simulator
+noinst_PROGRAMS=can_node can_start_war can_simulator 
 
 can_simulator_SOURCES= _can_simulator.c can.c # can_tests.c
 can_simulator_LDADD=   $(top_builddir)/src/libsimgrid.la
@@ -11,9 +11,12 @@ can_simulator_LDADD= $(top_builddir)/src/libsimgrid.la
 can_node_SOURCES=      _can_node.c can.c # can_tests.c
 can_node_LDADD=        $(top_builddir)/src/libgras.la
 
+can_start_war_SOURCES= _can_node.c can.c # can_tests.c
+can_start_war_LDADD=   $(top_builddir)/src/libgras.la
+
 # Take care of generatated sources
 NAME=can
-PROCESSES=node
+PROCESSES=node start_war
 include $(top_srcdir)/examples/temps-gras-stub.mk
 
 # Cruft