Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Stop trying to add the .class files into the dist (plus indentation)
[simgrid.git] / examples / java / suspend / Makefile.in
index 85aa48d..2f5a6f5 100644 (file)
@@ -197,13 +197,15 @@ target_os = @target_os@
 target_vendor = @target_vendor@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
-EXTRA_DIST = suspend_deployment.xml suspend_platform.xml
+EXTRA_DIST = suspend_deployment.xml suspend_platform.xml $(JAVA_SRC)
 
 # Declare sources:
-noinst_JAVA = DreamMaster.java LazyGuy.java SuspendTest.java
+JAVA_SRC = DreamMaster.java LazyGuy.java SuspendTest.java
+JAVA_TESTS = SuspendTest.class
 
-# Declare test class 
-TESTS = SuspendTest.class
+# Declare test class
+@HAVE_JAVA_TRUE@noinst_JAVA = $(JAVA_SRC)
+@HAVE_JAVA_TRUE@TESTS = $(JAVA_TESTS)
 JAVAROOT = .
 AM_JAVACFLAGS = -classpath $(top_srcdir)/src/simgrid.jar:.