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 / ping_pong / Makefile.in
index 07059e0..b430ac4 100644 (file)
@@ -208,7 +208,8 @@ noinst_JAVA = Sender.java Receiver.java PingPongTask.java PingPongTest.java
 TESTS = PingPongTest.class
 JAVAROOT = .
 CLASSPATH = $(top_srcdir)/src/java
 TESTS = PingPongTest.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
 
 ##########################
 # What to do on make check