Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
First pass of cleanup so that it compiles with paranoid compiler flags
[simgrid.git] / examples / gras / p2p / can / Makefile.am
index aa7ff40..a9bcb4b 100644 (file)
@@ -5,10 +5,10 @@ EXTRA_DIST=can_deployment.xml $(TESTS)
 # AUTOMAKE variable definition
 noinst_PROGRAMS=can_node can_simulator
 
-can_simulator_SOURCES= _can_simulator.c can.c
+can_simulator_SOURCES= _can_simulator.c can.c # can_tests.c
 can_simulator_LDADD=   $(top_builddir)/src/libsimgrid.la
 
-can_node_SOURCES=      _can_node.c can.c
+can_node_SOURCES=      _can_node.c can.c # can_tests.c
 can_node_LDADD=        $(top_builddir)/src/libgras.la
 
 # Take care of generatated sources