Browse Source

examples/Makefile.am: fix typo

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

+ 2 - 2
examples/Makefile.am

@@ -883,8 +883,8 @@ endif
 examplebin_PROGRAMS +=		\
 	openmp/vector_scal_omp
 
-openmp_vector_scal_omp_CFLAGS	=
-	-fopenmp
+openmp_vector_scal_omp_CFLAGS = \
+	$(AM_CFLAGS) -fopenmp
 
 showcheck:
 	-cat $(TEST_LOGS) /dev/null