Просмотр исходного кода

The examples should not assume that StarPU was installed, we directly use the
sources.

Cédric Augonnet лет назад: 16
Родитель
Сommit
7c31645307
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/Makefile.am

+ 1 - 1
examples/Makefile.am

@@ -54,7 +54,7 @@ NVCC ?= nvcc
 	$(NVCC) -cubin $< -o $@ --compiler-options -fno-strict-aliasing  $(NVCCFLAGS)
 
 .cu.o:
-	$(NVCC) $< -c -o $@ --compiler-options -fno-strict-aliasing  $(NVCCFLAGS) -I${includedir}
+	$(NVCC) $< -c -o $@ --compiler-options -fno-strict-aliasing  $(NVCCFLAGS) -I$(top_srcdir)/include/
 
 
 endif