Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
stupid me.
[simgrid.git] / examples / java / comm_time / Makefile.am
index fa37c38..d60c632 100644 (file)
@@ -1,10 +1,12 @@
-EXTRA_DIST=comm_time_deployment.xml comm_time_platform.xml surfxml.dtd
+EXTRA_DIST=comm_time_deployment.xml comm_time_platform.xml
 
 # Declare sources:
 noinst_JAVA= Master.java Slave.java CommTimeTest.java CommTimeTask.java
 
-# Declare test class
-TESTS=CommTimeTest.class
+#if HAVE_JAVA
+ # Declare test class
+ TESTS=CommTimeTest.class
+#endif
 
 include $(srcdir)/../java_test.mk