Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Complete the compilation infrastructure wrt the last directory addition
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 17 Mar 2006 19:57:16 +0000 (19:57 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 17 Mar 2006 19:57:16 +0000 (19:57 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1950 48e7efb5-ca39-0410-a469-dd3cf9ba447f

configure.ac
examples/gras/Makefile.am
examples/gras/p2p/.cvsignore [new file with mode: 0644]
examples/gras/p2p/Makefile.am [new file with mode: 0644]

index c1299b0..9ceaa7f 100644 (file)
@@ -257,6 +257,7 @@ AC_CONFIG_FILES([
       examples/gras/tokenS/Makefile examples/gras/tokenS/test_sg examples/gras/tokenS/test_rl
       examples/gras/mmrpc/Makefile examples/gras/mmrpc/test_sg examples/gras/mmrpc/test_rl
 
+      examples/gras/p2p/Makefile
       examples/gras/p2p/chord/Makefile examples/gras/p2p/chord/test_sg examples/gras/p2p/chord/test_rl
       
     examples/amok/Makefile       
index 20598c2..2666d7c 100644 (file)
@@ -1,3 +1,3 @@
-SUBDIRS= ping timer chrono tokenS mmrpc
+SUBDIRS= ping timer chrono tokenS mmrpc p2p
 
 include $(top_srcdir)/acmacro/dist-files.mk
diff --git a/examples/gras/p2p/.cvsignore b/examples/gras/p2p/.cvsignore
new file mode 100644 (file)
index 0000000..6179e0d
--- /dev/null
@@ -0,0 +1 @@
+Makefile Makefile.in
diff --git a/examples/gras/p2p/Makefile.am b/examples/gras/p2p/Makefile.am
new file mode 100644 (file)
index 0000000..cefdc27
--- /dev/null
@@ -0,0 +1,3 @@
+SUBDIRS= chord
+
+include $(top_srcdir)/acmacro/dist-files.mk