From 1abb173bf353d2796fef41a227c3b3adcb6586d2 Mon Sep 17 00:00:00 2001 From: alegrand Date: Tue, 25 Sep 2007 14:09:13 +0000 Subject: [PATCH] These Makefiles should always be generated to ensure that they're included in the make dist... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4714 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3b86716f0d..e300733046 100644 --- a/configure.ac +++ b/configure.ac @@ -502,7 +502,7 @@ AC_CONFIG_FILES([ # examples/gras/p2p/chord/Makefile # examples/gras/p2p/can/Makefile -if test "x$use_java" = "xyes" ; then +#if test "x$use_java" = "xyes" ; then AC_CONFIG_FILES([ examples/java/Makefile examples/java/basic/Makefile @@ -510,7 +510,7 @@ AC_CONFIG_FILES([ examples/java/suspend/Makefile examples/java/ping_pong/Makefile ]) -fi +#fi AC_CONFIG_FILES([ examples/Makefile -- 2.20.1