Browse Source

examples/Makefile.am: do not build openmp example on windows machines

Nathalie Furmento 12 years ago
parent
commit
32a71532cd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      examples/Makefile.am

+ 2 - 0
examples/Makefile.am

@@ -880,11 +880,13 @@ endif
 # openmp example #
 ##################
 
+if !STARPU_HAVE_WINDOWS
 examplebin_PROGRAMS +=		\
 	openmp/vector_scal_omp
 
 openmp_vector_scal_omp_CFLAGS = \
 	$(AM_CFLAGS) -fopenmp
+endif
 
 showcheck:
 	-cat $(TEST_LOGS) /dev/null