Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Adding sdp.c and the bunch of modified Makefile.in... :(
[simgrid.git] / examples / gras / p2p / chord / Makefile.am
index 01a97c5..6604bf7 100644 (file)
@@ -1,6 +1,6 @@
 INCLUDES= -I$(top_srcdir)/include
-TESTS= test_rl test_sg
-EXTRA_DIST=chord_deployment.xml $(TESTS)
+#TESTS= test_rl test_sg
+EXTRA_DIST=chord.xml $(TESTS)
 
 # AUTOMAKE variable definition
 noinst_PROGRAMS=chord_node chord_simulator
@@ -8,7 +8,7 @@ noinst_PROGRAMS=chord_node chord_simulator
 chord_simulator_SOURCES=       _chord_simulator.c chord.c
 chord_simulator_LDADD= $(top_builddir)/src/libsimgrid.la
 
-chord_node_SOURCES=    _chord_client.c chord.c
+chord_node_SOURCES=    _chord_node.c chord.c
 chord_node_LDADD=      $(top_builddir)/src/libgras.la
 
 # Take care of generatated sources