From: mquinson Date: Wed, 15 Mar 2006 16:12:52 +0000 (+0000) Subject: Typo, stupid me X-Git-Tag: v3.3~3412 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/1ed9fe7112a50e9444f0248e44b5264fe40b0434 Typo, stupid me git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1946 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/gras/p2p/chord/Makefile.am b/examples/gras/p2p/chord/Makefile.am index 01a97c5a00..621f33ad43 100644 --- a/examples/gras/p2p/chord/Makefile.am +++ b/examples/gras/p2p/chord/Makefile.am @@ -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