Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stop using options that only gcj understands, and stick to the ones that both gcj...
[simgrid.git] / examples / java / suspend / Makefile.in
index 7ac769c..bf09159 100644 (file)
@@ -208,7 +208,8 @@ noinst_JAVA = DreamMaster.java LazyGuy.java SuspendTest.java
 TESTS = SuspendTest.class
 JAVAROOT = .
 CLASSPATH = $(top_srcdir)/src/java
-AM_JAVACFLAGS = -I$(top_srcdir)/src/java
+
+#AM_JAVACFLAGS=-I$(top_srcdir)/src/java
 
 ##########################
 # What to do on make check