From 1ed9fe7112a50e9444f0248e44b5264fe40b0434 Mon Sep 17 00:00:00 2001 From: mquinson Date: Wed, 15 Mar 2006 16:12:52 +0000 Subject: [PATCH] Typo, stupid me git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1946 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- examples/gras/p2p/chord/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1